mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran r-lib credentials 2.0.2
|
|
revision 0
|
|
categories-append net security
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tools for managing SSH and Git credentials
|
|
long_description {*}${description}
|
|
homepage https://docs.ropensci.org/credentials
|
|
checksums rmd160 cd351a4b1b54a16f3091d33a5ab2aab7c4a1b710 \
|
|
sha256 496bd78832b93cd3ee4aef3719aa3cd4ce337e82a74084f22022466e4d5b5d0a \
|
|
size 283111
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:git \
|
|
port:R-askpass \
|
|
port:R-curl \
|
|
port:R-jsonlite \
|
|
port:R-openssl \
|
|
port:R-sys
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
# No specific tests are provided though, only vignettes code.
|
|
test.run yes
|