summaryrefslogtreecommitdiff
blob: 87c2b4ad5a429811bf17e5dc53d617daa1bd55aa (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
MODULE_AUTHOR=PHILIP
MODULE_VERSION=0.42
inherit perl-module

DESCRIPTION='Write tests in a declarative specification style'
LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
perl_meta_configure() {
	# ExtUtils::MakeMaker
	echo virtual/perl-ExtUtils-MakeMaker
}
perl_meta_build() {
	# ExtUtils::MakeMaker
	echo virtual/perl-ExtUtils-MakeMaker
}
perl_meta_runtime() {
	# Carp
	# echo virtual/perl-Carp
	# Exporter
	echo virtual/perl-Exporter
	# List::Util
	echo virtual/perl-Scalar-List-Utils
	# Package::Stash 0.23 ( 0.230.0 )
	echo \>=dev-perl/Package-Stash-0.230
	# Scalar::Util
	echo virtual/perl-Scalar-List-Utils
	# TAP::Parser
	echo virtual/perl-Test-Harness
	# Test::Deep 0.103 ( 0.103.0 )
	echo \>=dev-perl/Test-Deep-0.103.0
	# Test::More
	echo virtual/perl-Test-Simple
	# Test::Trap
	echo dev-perl/Test-Trap
	# Tie::IxHash
	echo dev-perl/Tie-IxHash
	# constant
	# echo virtual/perl-constant
}
DEPEND="
	$(perl_meta_configure)
	$(perl_meta_build)
	$(perl_meta_runtime)
"
RDEPEND="
	$(perl_meta_runtime)
"
SRC_TEST="do"