aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Marpa-XS
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 21:05:28 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 21:05:28 +0800
commit49b4f9a55dc4f12292ce68950b0a9345fca35d05 (patch)
treea7fea69a5834b052ed53fb9101e1c944c9814327 /lang/p5-Marpa-XS
parent959801ff3f41fe617983c8f5c37506981a0b0b95 (diff)
downloadfreebsd-ports-gnome-49b4f9a55dc4f12292ce68950b0a9345fca35d05.tar.gz
freebsd-ports-gnome-49b4f9a55dc4f12292ce68950b0a9345fca35d05.tar.zst
freebsd-ports-gnome-49b4f9a55dc4f12292ce68950b0a9345fca35d05.zip
- Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'lang/p5-Marpa-XS')
-rw-r--r--lang/p5-Marpa-XS/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/p5-Marpa-XS/Makefile b/lang/p5-Marpa-XS/Makefile
index 1cc67f41df24..814e10921113 100644
--- a/lang/p5-Marpa-XS/Makefile
+++ b/lang/p5-Marpa-XS/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Marpa-XS
PORTVERSION= 1.008000
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JKEGL
@@ -24,4 +24,7 @@ TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken
USE_PERL5= modbuild
USES= perl5
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Marpa/XS/XS.so
+
.include <bsd.port.mk>