1PORTNAME= credentials 2DISTVERSION= 2.0.1 3CATEGORIES= security 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Tools for Managing SSH and Git Credentials 8WWW= https://docs.ropensci.org/credentials 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13CRAN_DEPENDS= R-cran-askpass>0:security/R-cran-askpass \ 14 R-cran-curl>0:ftp/R-cran-curl \ 15 R-cran-jsonlite>0:converters/R-cran-jsonlite \ 16 R-cran-openssl>=1.3:security/R-cran-openssl \ 17 R-cran-sys>=2.1:devel/R-cran-sys 18BUILD_DEPENDS= ${CRAN_DEPENDS} 19RUN_DEPENDS= ${CRAN_DEPENDS} 20 21USES= cran:auto-plist 22 23.include <bsd.port.mk> 24