- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-17 13:03:45 +00:00
parent 28a3fcc0b8
commit b2965ddc1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394463

View file

@ -3,7 +3,7 @@
PORTNAME= Encode-CNMap
PORTVERSION= 0.32
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= chinese perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -17,4 +17,7 @@ LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/CNMap/CNMap.so
.include <bsd.port.mk>