diff options
author | swills <swills@FreeBSD.org> | 2012-04-24 09:06:36 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-24 09:06:36 +0800 |
commit | 096a5066e31751b23b9815840644917ab7b31840 (patch) | |
tree | 726357c847b421b72d1e831d4191b25378ae0451 /www/p5-Plack-Server-POE | |
parent | 7d675e58976cc0deb80aedb93f98c6b006bac240 (diff) | |
download | freebsd-ports-gnome-096a5066e31751b23b9815840644917ab7b31840.tar.gz freebsd-ports-gnome-096a5066e31751b23b9815840644917ab7b31840.tar.zst freebsd-ports-gnome-096a5066e31751b23b9815840644917ab7b31840.zip |
- Add TEST_DEPENDS
PR: ports/166611
Approved by: maintainer timeout (kuriyama, >2 weeks)
Diffstat (limited to 'www/p5-Plack-Server-POE')
-rw-r--r-- | www/p5-Plack-Server-POE/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Plack-Server-POE/Makefile b/www/p5-Plack-Server-POE/Makefile index 32124bb595e4..a0bf9c19c40f 100644 --- a/www/p5-Plack-Server-POE/Makefile +++ b/www/p5-Plack-Server-POE/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= \ p5-POE>0:${PORTSDIR}/devel/p5-POE \ p5-POE-Filter-HTTP-Parser>0:${PORTSDIR}/www/p5-POE-Filter-HTTP-Parser BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP PERL_CONFIGURE= yes |