diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:31:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:31:16 +0000 |
commit | e1198e81340c03c69a990dd42e4b60473fc429ad (patch) | |
tree | 79265afa32a181614acbeb00578f841267b42b7c /www/p5-Catalyst-Plugin-Authorization-ACL/Makefile | |
parent | e55cee55189c3898be3a3656f2371aca9f055cba (diff) | |
download | ports-e1198e81340c03c69a990dd42e4b60473fc429ad.tar.gz ports-e1198e81340c03c69a990dd42e4b60473fc429ad.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authorization-ACL/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-ACL/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile b/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile index fded430e7f88..f32df0a1a273 100644 --- a/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile +++ b/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Authorization-ACL -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,18 +13,17 @@ COMMENT= ACL support for Catalyst applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ +BUILD_DEPENDS= p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ p5-Catalyst-Plugin-Authorization-Roles>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \ - p5-Catalyst-Runtime>=5.80013:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Throwable>=0:${PORTSDIR}/devel/p5-Class-Throwable \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple \ p5-Tree-Simple-VisitorFactory>=0:${PORTSDIR}/devel/p5-Tree-Simple-VisitorFactory \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -BUILD_DEPENDS:= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst |