- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-17 13:05:53 +00:00
parent cfdc95973d
commit 98c58efd37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394491

View file

@ -3,6 +3,7 @@
PORTNAME= JavaScript-Minifier-XS
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -20,4 +21,7 @@ TEST_DEPENDS= p5-JavaScript-Minifier>=0:${PORTSDIR}/textproc/p5-JavaScript-Minif
USE_PERL5= configure
USES= perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/JavaScript/Minifier/XS/XS.so
.include <bsd.port.mk>