svn commit: r438640 - head/security/p5-Crypt-OpenSSL-ECDSA

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


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

Log:
  Use BROKEN_SSL

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

Modified: head/security/p5-Crypt-OpenSSL-ECDSA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-ECDSA/Makefile	Sun Apr 16 11:08:01 2017	(r438639)
+++ head/security/p5-Crypt-OpenSSL-ECDSA/Makefile	Sun Apr 16 11:08:06 2017	(r438640)
@@ -16,6 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+BROKEN_SSL=	openssl-devel
+
 USES=		perl5 ssl
 USE_PERL5=	5.18+ configure
 CFLAGS+=	-I${OPENSSLINC}
@@ -23,10 +25,4 @@ CFLAGS+=	-I${OPENSSLINC}
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/ECDSA/ECDSA.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-all mailing list