summaryrefslogtreecommitdiff
blob: 749e39d1d5fe42347395c6e5bca32475313079ae (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
29
30
31
32
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
MODULE_AUTHOR=ASH
MODULE_VERSION=1.000000
inherit perl-module

DESCRIPTION="provides detection in META.yml for 'class' keyword"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
PATCHES=(
	"${FILESDIR}/${MODULE_VERSION}/Makefile.PL.patch"
)
COMMON_DEPEND="
	>=dev-perl/Module-Install-0.79
	>=dev-perl/Class-Discover-1.0.1
"
DEPEND="
	${COMMON_DEPEND}
	test? (
		dev-perl/Moose
		dev-perl/Test-Differences
		>=virtual/perl-Test-Simple-0.88
	)
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do parallel"