diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-04-22 13:57:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-04-22 13:57:04 +0000 |
commit | 88efc523f8b5067c2c77b30b8cdfe68e4a295de9 (patch) | |
tree | be2374bdfe2a3964a1a5d2acc6483ab3490f0939 | |
parent | 10ebd76858432f96584ddf67a196f61440507fca (diff) | |
download | ports-88efc523f8b5067c2c77b30b8cdfe68e4a295de9.tar.gz ports-88efc523f8b5067c2c77b30b8cdfe68e4a295de9.zip |
Notes
-rw-r--r-- | www/p5-Plack-Middleware-Session/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Plack-Middleware-Session/Makefile b/www/p5-Plack-Middleware-Session/Makefile index 4cc971fb81ed..b20c80f2526a 100644 --- a/www/p5-Plack-Middleware-Session/Makefile +++ b/www/p5-Plack-Middleware-Session/Makefile @@ -18,6 +18,10 @@ RUN_DEPENDS= \ p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= \ + p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP PERL_CONFIGURE= yes |