aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Plack-Middleware-Session
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-30 15:03:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-30 15:03:31 +0000
commitb6c484398fedd0968963e9c3ad44d07f3b982670 (patch)
treec7a8abda3d5fe7566c6795259155f2d023c3b74c /www/p5-Plack-Middleware-Session
parent7c9e405a83eb6eb8b09823db9221cf696344ffcf (diff)
downloadports-b6c484398fedd0968963e9c3ad44d07f3b982670.tar.gz
ports-b6c484398fedd0968963e9c3ad44d07f3b982670.zip
Notes
Diffstat (limited to 'www/p5-Plack-Middleware-Session')
-rw-r--r--www/p5-Plack-Middleware-Session/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-Plack-Middleware-Session/Makefile b/www/p5-Plack-Middleware-Session/Makefile
index d85ca4d8c79f..0b1e7de58b08 100644
--- a/www/p5-Plack-Middleware-Session/Makefile
+++ b/www/p5-Plack-Middleware-Session/Makefile
@@ -13,16 +13,16 @@ RUN_DEPENDS= \
p5-Digest-HMAC>=1.03:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack
-BUILD_DEPENDS:= ${RUN_DEPENDS} \
- p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny
+BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \
p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
+NO_STAGE= yes
USES= perl5
-USE_PERL5= modbuild
+USE_PERL5= modbuildtiny
MAN3= Plack::Middleware::Session.3 \
Plack::Middleware::Session::Cookie.3 \
@@ -35,5 +35,4 @@ MAN3= Plack::Middleware::Session.3 \
Plack::Session::Store::File.3 \
Plack::Session::Store::Null.3
-NO_STAGE= yes
.include <bsd.port.mk>