1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-17 13:05:18 +00:00
parent 00bdec50ea
commit 64bbb91162
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394483

View File

@ -3,7 +3,7 @@
PORTNAME= XS-Object-Magic
PORTVERSION= 0.04
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FLORA
@ -24,4 +24,7 @@ USES= perl5
TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XS/Object/Magic/Magic.so
.include <bsd.port.post.mk>