summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-09 14:41:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-09 14:41:34 +0000
commit9591d984b484c04f02d5690aa1fae8f4a28d6fa7 (patch)
tree9e1ef0d6df4456a26fcb142533430ca2a80d865d
parent3157250acc504b434ee8106fb8388df967610ee6 (diff)
downloadfreebsd-ports-9591d984b484c04f02d5690aa1fae8f4a28d6fa7.zip
Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--security/p5-Crypt-SSLeay/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index b39b1e0e52f7..45c78fcd9b98 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Crypt-SSLeay
PORTVERSION= 0.72
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -23,4 +23,7 @@ USE_PERL5= configure
CONFIGURE_ARGS= --no-live-tests
CFLAGS+= -I${OPENSSLINC}
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SSLeay/SSLeay.so
+
.include <bsd.port.mk>