summaryrefslogtreecommitdiff
blob: f9f646f7e14e0611ed775dc976c1bd295e16932c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
MODULE_AUTHOR=BOBTFISH
MODULE_VERSION=0.06
inherit perl-module

DESCRIPTION="User role-based authorization action class"
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
comment() { true;}
RDEPEND="
	dev-perl/Catalyst-Runtime
	dev-perl/Moose
	dev-perl/Catalyst-Controller-ActionRole
	dev-perl/namespace-autoclean
"
DEPEND="
	${DEPEND}
	test? (
		virtual/perl-Test-Simple $(comment Test::More)
	)
"
SRC_TEST=do