aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-X509
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:15 +0000
commit7b661f628214c2383821fc6b23a6a071a9493f4c (patch)
treee8d3d1718d2eb370c0f3f426bf838cb9dc2589a0 /security/p5-Crypt-OpenSSL-X509
parentbd4520afe48e485771f4662f9689b7f1c11b6f6e (diff)
downloadports-7b661f628214c2383821fc6b23a6a071a9493f4c.tar.gz
ports-7b661f628214c2383821fc6b23a6a071a9493f4c.zip
Use BROKEN_SSL
Notes
Notes: svn path=/head/; revision=438642
Diffstat (limited to 'security/p5-Crypt-OpenSSL-X509')
-rw-r--r--security/p5-Crypt-OpenSSL-X509/Makefile10
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>