diff --git a/security/R-cran-openssl/Makefile b/security/R-cran-openssl/Makefile index 2921cd4c645d..ee4683304723 100644 --- a/security/R-cran-openssl/Makefile +++ b/security/R-cran-openssl/Makefile @@ -1,31 +1,27 @@ PORTNAME= openssl DISTVERSION= 2.3.2 CATEGORIES= security DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Toolkit for Encryption, Signatures and Certificates Based on OpenSSL WWW= https://cran.r-project.org/web/packages/openssl/ LICENSE= MIT CRAN_DEPENDS= R-cran-askpass>0:security/R-cran-askpass BUILD_DEPENDS= bash:shells/bash \ ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \ + R-cran-jose>0:www/R-cran-jose \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-sodium>0:security/R-cran-sodium \ R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist,compiles shebangfix ssl SHEBANG_FILES= ${WRKSRC}/tests/google.dk/generate.bash -pre-test: -# R-cran-jose package does not exist yet - @${LOCALBASE}/bin/Rscript -e 'install.packages("jose", \ - repos = "https://cloud.r-project.org")' - .include