freebsd-ports/security/R-cran-openssl/Makefile
TAKATSU Tomonari b4b2e16310 security/R-cran-openssl: Update to 2.0.6
- Update to 2.0.6
- Drop maintainership
2023-05-08 16:04:17 +00:00

21 lines
538 B
Makefile

PORTNAME= openssl
PORTVERSION= 2.0.6
CATEGORIES= security
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@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}
USES= cran:auto-plist,compiles shebangfix ssl
SHEBANG_FILES= ${WRKSRC}/tests/google.dk/generate.bash
.include <bsd.port.mk>