aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-12-20 10:25:41 +0800
committerswills <swills@FreeBSD.org>2011-12-20 10:25:41 +0800
commite5cd17589d467b443b8cd0518ce084c071d2d3f0 (patch)
treec7a61dae994eea90950066c2b0805c41dd966a1e /devel
parent001687649171a3c7556ceb14ab1e6a7ebe164105 (diff)
downloadfreebsd-ports-gnome-e5cd17589d467b443b8cd0518ce084c071d2d3f0.tar.gz
freebsd-ports-gnome-e5cd17589d467b443b8cd0518ce084c071d2d3f0.tar.zst
freebsd-ports-gnome-e5cd17589d467b443b8cd0518ce084c071d2d3f0.zip
- Add missing BUILD_DEPENDS
- Add TEST_DEPENDS
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-self/Makefile4
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