diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-02 19:52:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-02 19:52:04 +0000 |
commit | dbd82d57741a78705557dde430ea058c39ee531f (patch) | |
tree | 5b7a36e74f7afb64af489c970451506958076948 /www/p5-Catalyst-Plugin-Session-Store-File/Makefile | |
parent | fd5a340a877f9822e681f650af9211f8bb8572c3 (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-File/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-File/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-File/Makefile b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile index 94d408fd00a9..223026af4347 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.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/E/ES/ESSKAR @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lars@balker.dk COMMENT= File storage backend for session data -BUILD_DEPENDS= p5-Cache-Cache>=1.02:${PORTSDIR}/devel/p5-Cache-Cache \ +BUILD_DEPENDS= p5-Catalyst>=5.0:${PORTSDIR}/www/p5-Catalyst \ + 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-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable |