Date: Tue, 25 Aug 2015 13:52:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395255 - head/security/p5-Crypt-Eksblowfish Message-ID: <201508251352.t7PDqM80054489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251352.t7PDqM80054489>