- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-17 13:04:55 +00:00
parent 1dfbc1972d
commit 39af64b0b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394478

View file

@ -3,7 +3,7 @@
PORTNAME= Readonly-XS
PORTVERSION= 1.05
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -20,4 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Readonly/XS/XS.so
.include <bsd.port.mk>