diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-05-08 20:57:14 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-05-08 20:57:14 +0000 |
commit | 257ca62126c711793226f7352a83a4f72cda8ed6 (patch) | |
tree | a7595b752c59ec9e852f4b5fb81f15421775ee5a /www/p5-Catalyst-ActionRole-ACL | |
parent | d89c6e39e07881a98be1a4e2ce23bc4ce0bebcfb (diff) | |
download | ports-257ca62126c711793226f7352a83a4f72cda8ed6.tar.gz ports-257ca62126c711793226f7352a83a4f72cda8ed6.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-ActionRole-ACL')
-rw-r--r-- | www/p5-Catalyst-ActionRole-ACL/Makefile | 32 | ||||
-rw-r--r-- | www/p5-Catalyst-ActionRole-ACL/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Catalyst-ActionRole-ACL/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-ActionRole-ACL/pkg-plist | 8 |
4 files changed, 47 insertions, 0 deletions
diff --git a/www/p5-Catalyst-ActionRole-ACL/Makefile b/www/p5-Catalyst-ActionRole-ACL/Makefile new file mode 100644 index 000000000000..75e7d8755466 --- /dev/null +++ b/www/p5-Catalyst-ActionRole-ACL/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-Catalyst-ActionRole-ACL +# Date created: 2011-05-08 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-ActionRole-ACL +PORTVERSION= 0.05 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CONVERTER +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= User role-based authorization action class + +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Catalyst-Controller-ActionRole>=0:${PORTSDIR}/www/p5-Catalyst-Controller-ActionRole \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Catalyst-Controller-ActionRole>=0:${PORTSDIR}/www/p5-Catalyst-Controller-ActionRole \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean + +USE_PERL= yes +PERL_CONFIGURE= yes + +MAN3= Catalyst::Action::Role::ACL.3 Catalyst::ActionRole::ACL.3 + +.include <bsd.port.mk> diff --git a/www/p5-Catalyst-ActionRole-ACL/distinfo b/www/p5-Catalyst-ActionRole-ACL/distinfo new file mode 100644 index 000000000000..5131ad26cf24 --- /dev/null +++ b/www/p5-Catalyst-ActionRole-ACL/distinfo @@ -0,0 +1,2 @@ +SHA256 (Catalyst-ActionRole-ACL-0.05.tar.gz) = f5bb7827445143fd85567be052028bfb762d231466c2ec136e79d6fa4765039a +SIZE (Catalyst-ActionRole-ACL-0.05.tar.gz) = 21150 diff --git a/www/p5-Catalyst-ActionRole-ACL/pkg-descr b/www/p5-Catalyst-ActionRole-ACL/pkg-descr new file mode 100644 index 000000000000..4821c9f404c3 --- /dev/null +++ b/www/p5-Catalyst-ActionRole-ACL/pkg-descr @@ -0,0 +1,5 @@ +Provides a Catalyst reusable action role for user role-based authorization. +ACLs are applied via the assignment of attributes to application action +subroutines. + +WWW: http://search.cpan.org/dist/Catalyst-ActionRole-ACL/ diff --git a/www/p5-Catalyst-ActionRole-ACL/pkg-plist b/www/p5-Catalyst-ActionRole-ACL/pkg-plist new file mode 100644 index 000000000000..3aa046312fe3 --- /dev/null +++ b/www/p5-Catalyst-ActionRole-ACL/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Catalyst/Action/Role/ACL.pm +%%SITE_PERL%%/Catalyst/ActionRole/ACL.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/ActionRole/ACL/.packlist +@dirrmtry %%SITE_PERL%%/Catalyst/Action/Role +@dirrmtry %%SITE_PERL%%/Catalyst/Action +@dirrmtry %%SITE_PERL%%/Catalyst/ActionRole +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/ActionRole/ACL +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/ActionRole |