summaryrefslogtreecommitdiff
blob: a32c3b4967fb16f78dd1279e455292bc3fe34679 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_AUTHOR=MARCEL
MODULE_VERSION=1.111840
inherit perl-module

DESCRIPTION="Release tests for portability"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
comment() { echo ''; }
COMMON_DEPEND="
	>=dev-perl/Dist-Zilla-1.0.0 $(comment Dist::Zilla::Plugin::InlineFiles 0)
	>=dev-perl/Dist-Zilla-1.0.0 $(comment Dist::Zilla::Role::FileMunger 0)
	dev-perl/Moose
	dev-perl/Test-Portability-Files
"
DEPEND="
	${COMMON_DEPEND}
	$(comment CONFIG REQUIRES)
	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
	$(comment BUILD REQUIRES)
	$(comment virtual/perl-Carp)
	$(comment virtual/perl-English)
	$(comment virtual/perl-File-Find)
	virtual/perl-File-Temp
	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
	>=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil)
	>=virtual/perl-Test-Simple-0.94 $(comment Test::More 0.940.0)
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"