diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-04-22 11:42:34 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-04-22 11:42:34 +0000 |
commit | 1ac8535d32a6d00231658c50bf6676de528faa78 (patch) | |
tree | d34db9a96108284d1fd31ce423e06315ab49890e /www/p5-Plack-Handler-CLI | |
parent | a29872d196a85197b2f60826f443034b7346086c (diff) | |
download | ports-1ac8535d32a6d00231658c50bf6676de528faa78.tar.gz ports-1ac8535d32a6d00231658c50bf6676de528faa78.zip |
Notes
Diffstat (limited to 'www/p5-Plack-Handler-CLI')
-rw-r--r-- | www/p5-Plack-Handler-CLI/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Plack-Handler-CLI/Makefile b/www/p5-Plack-Handler-CLI/Makefile index 86de42dbc217..84618f7e46aa 100644 --- a/www/p5-Plack-Handler-CLI/Makefile +++ b/www/p5-Plack-Handler-CLI/Makefile @@ -19,6 +19,10 @@ RUN_DEPENDS= \ p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= \ + p5-HTTP-Request-AsCGI>0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \ + p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP PERL_CONFIGURE= yes |