diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:04:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:04:36 +0000 |
commit | 7be555767b310fc39933bfec4e79cc1d1b383c20 (patch) | |
tree | fe9589bbbd03b7a24da2d63725c519c4b8a7be4c /devel/p5-Lexical-Import/Makefile | |
parent | e7d75e76ae394f124daa126be67dc46903050852 (diff) |
Notes
Diffstat (limited to 'devel/p5-Lexical-Import/Makefile')
-rw-r--r-- | devel/p5-Lexical-Import/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Lexical-Import/Makefile b/devel/p5-Lexical-Import/Makefile index 9923ba01c14c..852297eb4f31 100644 --- a/devel/p5-Lexical-Import/Makefile +++ b/devel/p5-Lexical-Import/Makefile @@ -3,7 +3,7 @@ PORTNAME= Lexical-Import PORTVERSION= 0.002 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +21,7 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ USE_PERL5= modbuild USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lexical/Import/Import.so + .include <bsd.port.mk> |