summaryrefslogtreecommitdiff
blob: 139e91d0f2f12bf420b7f72a02c8a3536037b9ed (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
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_AUTHOR=RJBS
MODULE_VERSION=1.004
inherit perl-module

DESCRIPTION="a tool to scan your Perl code for its prerequisites"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
comment() { echo ''; }
COMMON_DEPEND="
	virtual/perl-File-Spec $(comment File::Spec::Functions)
	$(comment virtual/perl-FindBin)
	dev-perl/List-MoreUtils
	virtual/perl-Scalar-List-Utils $(comment List::Util)
	dev-perl/Moose
	$(comment Moose::Role is Moose)
	>=dev-perl/PPI-1.205.0
	dev-perl/Params-Util
	>=dev-perl/String-RewritePrefix-0.005 $(comment 0.5.0)
	>=virtual/perl-Version-Requirements-0.100.630
	dev-perl/namespace-autoclean
"
DEPEND="
	${COMMON_DEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.56
	test? (
		$(comment BUILD REQUIRES)
		virtual/perl-File-Temp
		dev-perl/PPI $(comment PPI::Document)
		>=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
		dev-perl/Try-Tiny
	)
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"