svn commit: r438642 - head/security/p5-Crypt-OpenSSL-X509

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 16 11:08:17 UTC 2017


Author: sunpoet
Date: Sun Apr 16 11:08:15 2017
New Revision: 438642
URL: https://svnweb.freebsd.org/changeset/ports/438642

Log:
  Use BROKEN_SSL

Modified:
  head/security/p5-Crypt-OpenSSL-X509/Makefile

Modified: head/security/p5-Crypt-OpenSSL-X509/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-X509/Makefile	Sun Apr 16 11:08:10 2017	(r438641)
+++ head/security/p5-Crypt-OpenSSL-X509/Makefile	Sun Apr 16 11:08:15 2017	(r438642)
@@ -13,6 +13,8 @@ COMMENT=	Perl extension for OpenSSL X509
 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>


More information about the svn-ports-head mailing list