diff options
author | swills <swills@FreeBSD.org> | 2011-12-14 10:02:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-14 10:02:27 +0800 |
commit | eedff8f5fd3890cb06c08779fc763fdcb624f635 (patch) | |
tree | 76c404ca6a33cc53be49c6293f2f01c504ced247 /devel | |
parent | e0ae153eee0d76baa6cf6dbc0d204a6264615aa3 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |