aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Eksblowfish/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 13:52:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 13:52:21 +0000
commitb9e58afa2b9786a5f6551e8d8985815688dbb1a6 (patch)
tree7689f2800059815619afc22f041ab7006bfc259a /security/p5-Crypt-Eksblowfish/Makefile
parent7cd96086291dd6a42e69cef3506abbb575b75d2d (diff)
downloadports-b9e58afa2b9786a5f6551e8d8985815688dbb1a6.tar.gz
ports-b9e58afa2b9786a5f6551e8d8985815688dbb1a6.zip
- Strip library
Notes
Notes: svn path=/head/; revision=395255
Diffstat (limited to 'security/p5-Crypt-Eksblowfish/Makefile')
-rw-r--r--security/p5-Crypt-Eksblowfish/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile
index e81e19d449e7..af722a3b6521 100644
--- a/security/p5-Crypt-Eksblowfish/Makefile
+++ b/security/p5-Crypt-Eksblowfish/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Crypt-Eksblowfish
PORTVERSION= 0.009
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,4 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Eksblowfish/Eksblowfish.so
+
.include <bsd.port.mk>