diff options
author | swills <swills@FreeBSD.org> | 2012-05-03 11:43:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-05-03 11:43:41 +0800 |
commit | b6d2a9ade519693c2d6d7b005a197b72b71c14f6 (patch) | |
tree | 2e40b752bb6e23c4aa7a121e3f9f046f48d6246f /www | |
parent | 08d7f880ec033decdbaa5795e7a30cb28760907b (diff) | |
download | freebsd-ports-gnome-b6d2a9ade519693c2d6d7b005a197b72b71c14f6.tar.gz freebsd-ports-gnome-b6d2a9ade519693c2d6d7b005a197b72b71c14f6.tar.zst freebsd-ports-gnome-b6d2a9ade519693c2d6d7b005a197b72b71c14f6.zip |
- Add TEST_DEPENDS
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Net-FastCGI/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Net-FastCGI/Makefile b/www/p5-Net-FastCGI/Makefile index 18714cfda242..c8fa5fc84719 100644 --- a/www/p5-Net-FastCGI/Makefile +++ b/www/p5-Net-FastCGI/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for FastCGI Toolkit +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-HexString>=0:${PORTSDIR}/devel/p5-Test-HexString + PERL_CONFIGURE= yes MAN3= Net::FastCGI.3 \ |