diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-06 23:37:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-06 23:37:46 +0000 |
commit | cec7b9d94f2bff29e194508f528a0a5997ef7eab (patch) | |
tree | 9b660bc3d2063b9b0c80e20c33e06afcb332e177 /www/p5-Catalyst-Plugin-Session/Makefile | |
parent | aea18134f79c2ae149ca3e9bf94f20905452e89c (diff) | |
download | ports-cec7b9d94f2bff29e194508f528a0a5997ef7eab.tar.gz ports-cec7b9d94f2bff29e194508f528a0a5997ef7eab.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-Session/Makefile b/www/p5-Catalyst-Plugin-Session/Makefile index 2c0528fd5598..929c3d158c12 100644 --- a/www/p5-Catalyst-Plugin-Session/Makefile +++ b/www/p5-Catalyst-Plugin-Session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Session -PORTVERSION= 0.27 +PORTVERSION= 0.29 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,14 +15,14 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Generic Catalyst Session plugin RUN_DEPENDS= p5-Catalyst-Runtime>=5.71001:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-namespace-clean>=0.10:${PORTSDIR}/devel/p5-namespace-clean \ - p5-Digest>=0:${PORTSDIR}/security/p5-Digest \ - p5-Object-Signature>=0:${PORTSDIR}/devel/p5-Object-Signature \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ - p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \ p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \ - p5-Tie-RefHash>=1.34:${PORTSDIR}/devel/p5-Tie-RefHash + p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \ + p5-Object-Signature>=0:${PORTSDIR}/devel/p5-Object-Signature \ + p5-namespace-clean>=0.10:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= 5.8.1+ |