blob: af93ae5ecd99dfec07a9861243473a6f058a3605 (
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
|
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=ETHER
DIST_VERSION=0.16
inherit perl-module
DESCRIPTION="Autoboxed wrappers for Native Perl datatypes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
virtual/perl-Data-Dumper
>=dev-perl/List-MoreUtils-0.70.0
>=dev-perl/Moose-0.420.0
virtual/perl-Scalar-List-Utils
dev-perl/Syntax-Keyword-Junction
>=dev-perl/autobox-2.230.0
dev-perl/namespace-autoclean
virtual/perl-parent
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.34.0
test? (
virtual/perl-File-Spec
virtual/perl-Module-Metadata
dev-perl/Test-Exception
virtual/perl-Test-Simple
)
"
|