security/p5-Mcrypt: strip Mcrypt.so upon installation

PR:		196416
Submitted by:	maintainer (Tatsuki Makino)
This commit is contained in:
John Marino 2015-01-20 20:57:46 +00:00
parent 74f119f0b1
commit 3fcf85f9b8

View file

@ -3,7 +3,7 @@
PORTNAME= Mcrypt
PORTVERSION= 2.5.7.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JESUS
@ -23,4 +23,7 @@ USES= perl5
CPPFLAGS+= -I${LOCALBASE}/include
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mcrypt/Mcrypt.so
.include <bsd.port.mk>