aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2007-10-12 18:00:44 +0800
committerlbr <lbr@FreeBSD.org>2007-10-12 18:00:44 +0800
commit60e49b08179892a43dd4f8f584cfd42367af08f7 (patch)
tree995f6a31af345747468f4aad868e2caab6d7a35b /www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
parent98d3dd2ae7acbab030fa635b9c64b94d87f16034 (diff)
downloadfreebsd-ports-gnome-60e49b08179892a43dd4f8f584cfd42367af08f7.tar.gz
freebsd-ports-gnome-60e49b08179892a43dd4f8f584cfd42367af08f7.tar.zst
freebsd-ports-gnome-60e49b08179892a43dd4f8f584cfd42367af08f7.zip
Update to 0.09
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile')
-rw-r--r--www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
index 3870c082e777..85d0c61ab21e 100644
--- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Catalyst-Plugin-Session-State-Cookie
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Stores a Catalyst Session in a Cookie
-RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
+RUN_DEPENDS= p5-Catalyst-Runtime>=5.7010:${PORTSDIR}/www/p5-Catalyst-Runtime \
+ p5-Catalyst-Plugin-Session>=0.19:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
BUILD_DEPENDS= ${RUN_DEPENDS}