diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-15 02:42:19 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-15 02:42:19 +0000 |
commit | 3e498a8d831a25a36d3eeb6b2c18326fee9809c5 (patch) | |
tree | 0587d7d9a1331f209e40733a0e1a3cf265a1c5e1 /devel/p5-BZ-Client | |
parent | b64e9a4b404a81e8c99473a1594e94f8794fbe94 (diff) | |
download | ports-3e498a8d831a25a36d3eeb6b2c18326fee9809c5.tar.gz ports-3e498a8d831a25a36d3eeb6b2c18326fee9809c5.zip |
Notes
Diffstat (limited to 'devel/p5-BZ-Client')
-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+ |