diff options
author | swills <swills@FreeBSD.org> | 2012-04-12 23:43:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-12 23:43:13 +0800 |
commit | 69bedc15249887c5b1916c67f7385b5c7f560d16 (patch) | |
tree | 111f73add5af4a64f98f9dece9c2576c24c6957c /www | |
parent | 90e594f8983cde2dc6a292e2ee9062f65633b0f2 (diff) | |
download | freebsd-ports-gnome-69bedc15249887c5b1916c67f7385b5c7f560d16.tar.gz freebsd-ports-gnome-69bedc15249887c5b1916c67f7385b5c7f560d16.tar.zst freebsd-ports-gnome-69bedc15249887c5b1916c67f7385b5c7f560d16.zip |
- Add TEST_DEPENDS
PR: ports/166431
Approved by: maintainer timeout (kuriyama, >2 weeks)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack-Server-Coro/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Plack-Server-Coro/Makefile b/www/p5-Plack-Server-Coro/Makefile index 4fc3fd0c868d..a6715d5a8c93 100644 --- a/www/p5-Plack-Server-Coro/Makefile +++ b/www/p5-Plack-Server-Coro/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= \ p5-Net-Server-Coro>=0.5:${PORTSDIR}/net/p5-Net-Server-Coro \ p5-Plack>0:${PORTSDIR}/www/p5-Plack 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 |