- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-09-08 16:22:04 +00:00
parent 3dff6f4096
commit 415e1a3604
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367649

View file

@ -3,6 +3,7 @@
PORTNAME= Type-Tiny-XS
PORTVERSION= 0.011
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TOBYINK
@ -17,4 +18,7 @@ LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Type/Tiny/XS/XS.so
.include <bsd.port.mk>