diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-16 11:08:15 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-16 11:08:15 +0000 |
commit | 8b5c2723f55a36735e9e87be9b931658a3f58c03 (patch) | |
tree | e8d3d1718d2eb370c0f3f426bf838cb9dc2589a0 | |
parent | 24d6e69796dd2cb017f97a42ef203d93d71f3938 (diff) | |
download | FreeBSD-ports-8b5c2723f55a36735e9e87be9b931658a3f58c03.zip FreeBSD-ports-8b5c2723f55a36735e9e87be9b931658a3f58c03.tar.gz |
Use BROKEN_SSL
-rw-r--r-- | security/p5-Crypt-OpenSSL-X509/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile index a0c60b4..ce9750c 100644 --- a/security/p5-Crypt-OpenSSL-X509/Makefile +++ b/security/p5-Crypt-OpenSSL-X509/Makefile @@ -13,6 +13,8 @@ COMMENT= Perl extension for OpenSSL X509 API LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BROKEN_SSL= openssl-devel + USES= perl5 ssl USE_PERL5= configure MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} @@ -23,10 +25,4 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Crypt/OpenSSL/X509/X509.so -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |