diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-12-20 02:25:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-12-20 02:25:41 +0000 |
commit | 8a0532ca1b0b4b131cf9f93189786954dc2946c9 (patch) | |
tree | 4de8d4a850924bf26df28d33ebef2217719cacf8 /devel/p5-self | |
parent | 89e2761821691e31687cc788a4bf315cbec7aa0a (diff) | |
download | ports-8a0532ca1b0b4b131cf9f93189786954dc2946c9.tar.gz ports-8a0532ca1b0b4b131cf9f93189786954dc2946c9.zip |
Notes
Diffstat (limited to 'devel/p5-self')
-rw-r--r-- | devel/p5-self/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-self/Makefile b/devel/p5-self/Makefile index 1ea895a7ea96..b8d94b5f500d 100644 --- a/devel/p5-self/Makefile +++ b/devel/p5-self/Makefile @@ -15,10 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides "self" and "args" keywords in your OO program -RUN_DEPENDS= p5-B-Hooks-Parser>0:${PORTSDIR}/devel/p5-B-Hooks-Parser \ +BUILD_DEPENDS= p5-B-Hooks-Parser>0:${PORTSDIR}/devel/p5-B-Hooks-Parser \ p5-B-OPCheck>0:${PORTSDIR}/devel/p5-B-OPCheck \ p5-Devel-Declare>0:${PORTSDIR}/devel/p5-Devel-Declare \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker PERL_CONFIGURE= yes |