svn commit: r438639 - head/security/p5-Crypt-OpenSSL-CA

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


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

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change

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

Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-CA/Makefile	Sun Apr 16 11:07:56 2017	(r438638)
+++ head/security/p5-Crypt-OpenSSL-CA/Makefile	Sun Apr 16 11:08:01 2017	(r438639)
@@ -26,14 +26,10 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Group>=0:devel/p5-Test-Group \
 		p5-Test-Taint>=0:devel/p5-Test-Taint
 
+BROKEN_SSL=	openssl-devel
+
 USES=		perl5 ssl
 USE_PERL5=	modbuild
 CONFIGURE_ARGS=	--openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}"
 
-.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