diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-24 01:06:36 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-24 01:06:36 +0000 |
commit | ecd67526cc0956c015522806d3f46f3d98a38cc1 (patch) | |
tree | 93979eed2b4b6327c662acc030c318e9ec9438dc /www/p5-Plack-Server-POE | |
parent | d3254bc6397e4d9b797700979dc99f0a6a377c2d (diff) |
Notes
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 |