diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-10-06 11:27:46 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-10-06 11:27:46 +0000 |
commit | 28f1cccf42c2b576630910a531592ef43a1f620e (patch) | |
tree | b3105415afdab4ddd2e9343aa0d89d3b66365fc7 /www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile | |
parent | 3df3e665ae1b2bd56aced34fa0fd09842e119f49 (diff) | |
download | ports-28f1cccf42c2b576630910a531592ef43a1f620e.tar.gz ports-28f1cccf42c2b576630910a531592ef43a1f620e.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile b/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile index 3c9d717c38d0..a389c255b18d 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile @@ -6,23 +6,22 @@ # PORTNAME= Catalyst-Plugin-Session-Store-DBI -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Catalyst +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Store your sessions in a database -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ +RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Plugin-Session>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= 5.8.2+ +PERL_CONFIGURE= 5.8.2+ MAN3= Catalyst::Plugin::Session::Store::DBI.3 |