diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-16 11:08:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-16 11:08:15 +0000 |
commit | 7b661f628214c2383821fc6b23a6a071a9493f4c (patch) | |
tree | e8d3d1718d2eb370c0f3f426bf838cb9dc2589a0 /security | |
parent | bd4520afe48e485771f4662f9689b7f1c11b6f6e (diff) | |
download | freebsd-ports-7b661f628214c2383821fc6b23a6a071a9493f4c.zip |
Use BROKEN_SSL
Diffstat (limited to 'security')
-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 a0c60b426b32..ce9750c64e71 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> |