diff options
author | swills <swills@FreeBSD.org> | 2012-02-15 10:42:19 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-15 10:42:19 +0800 |
commit | 8a7ca95efc4d400f390044b1c26a10e4c8b91964 (patch) | |
tree | 53be579c8d06d10f907eae94aad03ae461a26138 /devel | |
parent | 812a8c5efe530295dca38f719d0adac959ca4bbb (diff) | |
download | freebsd-ports-gnome-8a7ca95efc4d400f390044b1c26a10e4c8b91964.tar.gz freebsd-ports-gnome-8a7ca95efc4d400f390044b1c26a10e4c8b91964.tar.zst freebsd-ports-gnome-8a7ca95efc4d400f390044b1c26a10e4c8b91964.zip |
- Add TEST_DEPENDS to enable testing
PR: ports/164911
Submitted by: swills (myself)
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-BZ-Client/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-BZ-Client/Makefile b/devel/p5-BZ-Client/Makefile index f792b6537f96..a1334aaf0c6b 100644 --- a/devel/p5-BZ-Client/Makefile +++ b/devel/p5-BZ-Client/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 PERL_CONFIGURE= 5.10.1+ |