aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-UnixCrypt_XS
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 13:52:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 13:52:10 +0000
commit7cd96086291dd6a42e69cef3506abbb575b75d2d (patch)
treebd2b8839ba760bb58882c76d79fd25d7a5068cb7 /security/p5-Crypt-UnixCrypt_XS
parent0c11c344dc2beb91fefd9358752e18146ad544cc (diff)
downloadports-7cd96086291dd6a42e69cef3506abbb575b75d2d.tar.gz
ports-7cd96086291dd6a42e69cef3506abbb575b75d2d.zip
Notes
Diffstat (limited to 'security/p5-Crypt-UnixCrypt_XS')
-rw-r--r--security/p5-Crypt-UnixCrypt_XS/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Crypt-UnixCrypt_XS/Makefile b/security/p5-Crypt-UnixCrypt_XS/Makefile
index 02243e9b0664..e3c8e211da40 100644
--- a/security/p5-Crypt-UnixCrypt_XS/Makefile
+++ b/security/p5-Crypt-UnixCrypt_XS/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Crypt-UnixCrypt_XS
PORTVERSION= 0.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,4 +17,7 @@ USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so
+
.include <bsd.port.mk>