summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.13.ebuild')
-rw-r--r--dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.13.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.13.ebuild b/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.13.ebuild
new file mode 100644
index 000000000..c4f776200
--- /dev/null
+++ b/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=FLORA
+inherit perl-module
+
+DESCRIPTION="Apply roles to action instances"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+DEPEND="
+ dev-perl/MooseX-Types
+ dev-perl/namespace-clean
+ >=dev-perl/Class-MOP-0.80
+ >=dev-perl/String-RewritePrefix-0.004
+ >=dev-perl/Catalyst-Runtime-5.71001
+ >=dev-perl/Moose-0.90
+"
+RDEPEND="${DEPEND}"
+SRC_TEST=do