aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-CA
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-17 16:06:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-17 16:06:16 +0000
commitf740590656a4fb10f2b38163fb001cf535b42e06 (patch)
treeb8b5b9ef1158ac5ea4c4084fb4d5f400924c713e /security/p5-Crypt-OpenSSL-CA
parent620d02cf523d4be178b19f82f991971d6b526d58 (diff)
downloadports-f740590656a4fb10f2b38163fb001cf535b42e06.tar.gz
ports-f740590656a4fb10f2b38163fb001cf535b42e06.zip
Strip shared library
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=438720
Diffstat (limited to 'security/p5-Crypt-OpenSSL-CA')
-rw-r--r--security/p5-Crypt-OpenSSL-CA/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile
index 2d2e8bee2e45..f77808b1e1c6 100644
--- a/security/p5-Crypt-OpenSSL-CA/Makefile
+++ b/security/p5-Crypt-OpenSSL-CA/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Crypt-OpenSSL-CA
PORTVERSION= 0.24
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -32,4 +33,7 @@ USES= perl5 ssl
USE_PERL5= modbuild
CONFIGURE_ARGS= --openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}"
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/CA/*/*.so
+
.include <bsd.port.mk>