b4b2e16310
- Update to 2.0.6 - Drop maintainership
21 lines
538 B
Makefile
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>
|