summaryrefslogtreecommitdiff
blob: 11f76e1a77690e0fb19cf259f68e0b39d5186453 (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-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MODULE_AUTHOR=ZEFRAM
MODULE_VERSION=0.002
inherit perl-module

DESCRIPTION="string aspects of scalars"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

COMMON_DEPEND="virtual/perl-parent"
DEPEND="
	dev-perl/Module-Build
	${COMMON_DEPEND}
	test? (
		virtual/perl-Test-Simple
		dev-perl/Test-Pod
		dev-perl/Test-Pod-Coverage
	)
"
RDEPEND="
	${COMMON_DEPEND}
"