diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-12 16:09:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-12 16:09:30 +0000 |
commit | 02d8a3987a7aa0dc775fab322ef134e55328427c (patch) | |
tree | 059e6d8b221b5c08f4d235bf21eee07eefbe995f /devel | |
parent | 32c0e332e00ac2ece61b45f7d0b76781a1dcf50f (diff) | |
download | ports-02d8a3987a7aa0dc775fab322ef134e55328427c.tar.gz ports-02d8a3987a7aa0dc775fab322ef134e55328427c.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-B-Hooks-OP-PPAddr/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-B-Hooks-OP-PPAddr/Makefile b/devel/p5-B-Hooks-OP-PPAddr/Makefile index 0003fed434dc..c924ce6315a0 100644 --- a/devel/p5-B-Hooks-OP-PPAddr/Makefile +++ b/devel/p5-B-Hooks-OP-PPAddr/Makefile @@ -3,7 +3,7 @@ PORTNAME= B-Hooks-OP-PPAddr PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Hook into opcode execution -BUILD_DEPENDS= p5-parent>0:${PORTSDIR}/devel/p5-parent \ - p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/OP/PPAddr/PPAddr.so + .include <bsd.port.mk> |