diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-09 14:41:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-09 14:41:29 +0000 |
commit | 3157250acc504b434ee8106fb8388df967610ee6 (patch) | |
tree | cbc837be76a3583e4e93ab32d7070dca97443d0b | |
parent | cd589869fd98fe393f8929a61be80b18a9319a0a (diff) | |
download | freebsd-ports-3157250acc504b434ee8106fb8388df967610ee6.zip |
Strip shared library
- Bump PORTREVISION for package change
-rw-r--r-- | devel/p5-Package-Stash-XS/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Package-Stash-XS/Makefile b/devel/p5-Package-Stash-XS/Makefile index e09d2262bd09..564123bc2f0e 100644 --- a/devel/p5-Package-Stash-XS/Makefile +++ b/devel/p5-Package-Stash-XS/Makefile @@ -2,7 +2,7 @@ PORTNAME= Package-Stash-XS PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY @@ -20,4 +20,7 @@ TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Package/Stash/XS/XS.so + .include <bsd.port.mk> |