aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Session-Store-File/Makefile
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2008-01-19 22:27:56 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2008-01-19 22:27:56 +0000
commit7a05338598459826f7bdfc5f4872016691444a28 (patch)
treef2ec2b616384722f21b24dc88bc750ffbfb9bc29 /www/p5-Catalyst-Plugin-Session-Store-File/Makefile
parent1558a8d51e92bb83d2eceb6be2d5a2c884aecba0 (diff)
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-File/Makefile')
-rw-r--r--www/p5-Catalyst-Plugin-Session-Store-File/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-File/Makefile b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile
index 379710c23444..00a4848c2d15 100644
--- a/www/p5-Catalyst-Plugin-Session-Store-File/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Catalyst-Plugin-Session-Store-File
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,8 +17,7 @@ COMMENT= File storage backend for session data
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
p5-Cache-Cache>=1.02:${PORTSDIR}/devel/p5-Cache-Cache \
- p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
- p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS= ${BUILD_DEPENDS}