summaryrefslogtreecommitdiff
blob: baacf881f47e3f783f6d029133a4abdeb5d01862 (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
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=RSAVAGE
DIST_VERSION=1.33
DIST_A_EXT=tgz
inherit perl-module

DESCRIPTION="A simple tree object"

SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="test minimal"
RESTRICT="!test? ( test )"

RDEPEND="
	>=virtual/perl-Scalar-List-Utils-1.180.0
"
DEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		!minimal? ( dev-perl/Test-Memory-Cycle )
		>=dev-perl/Test-Exception-0.150.0
		>=virtual/perl-Test-Simple-1.1.2
	)
"