forked from Lainports/freebsd-ports
security/p5-Mcrypt: strip Mcrypt.so upon installation
PR: 196416 Submitted by: maintainer (Tatsuki Makino)
This commit is contained in:
parent
74f119f0b1
commit
3fcf85f9b8
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue