aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-12-14 10:02:27 +0800
committerswills <swills@FreeBSD.org>2011-12-14 10:02:27 +0800
commiteedff8f5fd3890cb06c08779fc763fdcb624f635 (patch)
tree76c404ca6a33cc53be49c6293f2f01c504ced247 /devel
parente0ae153eee0d76baa6cf6dbc0d204a6264615aa3 (diff)
downloadfreebsd-ports-gnome-eedff8f5fd3890cb06c08779fc763fdcb624f635.tar.gz
freebsd-ports-gnome-eedff8f5fd3890cb06c08779fc763fdcb624f635.tar.zst
freebsd-ports-gnome-eedff8f5fd3890cb06c08779fc763fdcb624f635.zip
- Add missing depends
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Set TEST_DEPENDS
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-TAP-Model/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Test-TAP-Model/Makefile b/devel/p5-Test-TAP-Model/Makefile
index e8ea01341c03..3bba3f1e4d40 100644
--- a/devel/p5-Test-TAP-Model/Makefile
+++ b/devel/p5-Test-TAP-Model/Makefile
@@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Accessible result collector for Test::Harness::Straps runs
-BUILD_DEPENDS= ${SITE_PERL}/Method/Alias.pm:${PORTSDIR}/devel/p5-Method-Alias
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= p5-Method-Alias>=0:${PORTSDIR}/devel/p5-Method-Alias \
+ p5-Test-Harness-Straps>=0.30:${PORTSDIR}/devel/p5-Test-Harness-Straps
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Simple>=0.53:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes