summaryrefslogtreecommitdiff
blob: f4d493e3c6f7ec0789a4b2ca76c9ef7859f3da9c (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_AUTHOR=JQUELIN
MODULE_VERSION=1.007
inherit perl-module

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

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
comment() { true;}
COMMON_DEPEND="
	$(comment File::Spec::Functions)
	virtual/perl-File-Spec

	$(comment FindBin)

	$(comment Getopt::Long)

	$(comment List::MoreUtils)
	dev-perl/List-MoreUtils

	$(comment List::Util)
	virtual/perl-Scalar-List-Utils

	$(comment Moose)
	$(comment Moose::Role)
	dev-perl/Moose

	$(comment PPI 1.205)
	>=dev-perl/PPI-1.205.0

	$(comment Params::Util)
	dev-perl/Params-Util

	$(comment String::RewritePrefix 0.005)
	>=dev-perl/String-RewritePrefix-0.5.0

	$(comment Version::Requirements 0.100630)
	>=virtual/perl-Version-Requirements-0.100.630

	$(comment namespace::autoclean)
	dev-perl/namespace-autoclean

	$(comment strict)

	$(comment warnings)
"
DEPEND="
	${COMMON_DEPEND}
	$(comment ExtUtils::MakeMaker 6.56)
	>=virtual/perl-ExtUtils-MakeMaker-6.56

	$(comment BUILD REQUIRES)
	$(comment File::Temp)
	virtual/perl-File-Temp

	$(comment PPI::Document)
	dev-perl/PPI

	$(comment Test::More 0.96)
	>=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)

	$(comment Try::Tiny)
	dev-perl/Try-Tiny
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"