svn commit: r395255 - head/security/p5-Crypt-Eksblowfish

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 25 13:52:22 UTC 2015


Author: amdmi3
Date: Tue Aug 25 13:52:21 2015
New Revision: 395255
URL: https://svnweb.freebsd.org/changeset/ports/395255

Log:
  - Strip library

Modified:
  head/security/p5-Crypt-Eksblowfish/Makefile

Modified: head/security/p5-Crypt-Eksblowfish/Makefile
==============================================================================
--- head/security/p5-Crypt-Eksblowfish/Makefile	Tue Aug 25 13:52:10 2015	(r395254)
+++ head/security/p5-Crypt-Eksblowfish/Makefile	Tue Aug 25 13:52:21 2015	(r395255)
@@ -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>


More information about the svn-ports-head mailing list