aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-CA
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:01 +0000
commit359043f5d75b9f7d414dacdc562f5c650ca9b3b5 (patch)
treedc1fbff89a4c26322f292e2aeb3c3d19a857d0a9 /security/p5-Crypt-OpenSSL-CA
parentbf7288bf4fc68b3602c5c565087324e521394d29 (diff)
downloadports-359043f5d75b9f7d414dacdc562f5c650ca9b3b5.tar.gz
ports-359043f5d75b9f7d414dacdc562f5c650ca9b3b5.zip
Strip shared library
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=438639
Diffstat (limited to 'security/p5-Crypt-OpenSSL-CA')
-rw-r--r--security/p5-Crypt-OpenSSL-CA/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile
index f9d0b61f453b..2d2e8bee2e45 100644
--- a/security/p5-Crypt-OpenSSL-CA/Makefile
+++ b/security/p5-Crypt-OpenSSL-CA/Makefile
@@ -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>