1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Use BROKEN_SSL

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-16 11:08:15 +00:00
parent bd4520afe4
commit 7b661f6282
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438642

View File

@ -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>