summaryrefslogtreecommitdiff
path: root/dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild
blob: 1cce3dba9363094e829df73dac2758f75c6aa68f (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-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=HERMES
DIST_VERSION=0.302
inherit perl-module

DESCRIPTION="Merges arbitrarily deep hashes into a single hash"

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

RDEPEND="
	>=dev-perl/Clone-Choose-0.8.0
	virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
	test? (
		>=virtual/perl-Test-Simple-0.900.0
		>=dev-perl/Clone-0.100.0
		dev-perl/Clone-PP
		virtual/perl-Storable
	)
"