summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2011-05-05 19:41:06 +1200
committerKent Fredric <kentfredric@gmail.com>2011-05-05 19:41:06 +1200
commit8318207d88d0c3c35b78f70369e9fd0eaa426f25 (patch)
tree19231533e7f4209d52bb6316250cdea4edbc8fec /dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
parent[newversion] Catalyst-Manual-5.800.700 (diff)
downloadperl-overlay-8318207d88d0c3c35b78f70369e9fd0eaa426f25.tar.gz
perl-overlay-8318207d88d0c3c35b78f70369e9fd0eaa426f25.tar.bz2
perl-overlay-8318207d88d0c3c35b78f70369e9fd0eaa426f25.zip
[migrate] Catalyst-Plugin-Authorization-Roles
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
Diffstat (limited to 'dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild')
-rw-r--r--dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
new file mode 100644
index 000000000..0fd5b8984
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authorization-Roles/Catalyst-Plugin-Authorization-Roles-0.80.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION="0.08"
+inherit perl-module
+
+DESCRIPTION="Role based authorization for Catalyst based on Catalyst::Plugin::Authentication"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/Catalyst-Runtime
+ >=dev-perl/Catalyst-Plugin-Authentication-0.100.30
+ >=dev-perl/Set-Object-1.14
+ >=dev-perl/UNIVERSAL-isa-0.05
+"
+DEPEND="${RDEPEND}"
+SRC_TEST="do"