blob: 16c3c4d7b8865db5db6a72839873c769b0bcbe74 (
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
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=KENTNL
DIST_VERSION=1.001002
inherit perl-module
DESCRIPTION="Create a Fake ShareDir for your modules for testing."
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="virtual/perl-Carp
dev-perl/Class-Tiny
>=virtual/perl-Exporter-5.570.0
dev-perl/File-Copy-Recursive
>=dev-perl/File-ShareDir-1.0.0
>=dev-perl/Path-Tiny-0.18.0
dev-perl/Scope-Guard
virtual/perl-parent"
DEPEND="virtual/perl-ExtUtils-MakeMaker
${RDEPEND}
test? (
>=virtual/perl-CPAN-Meta-2.120.900
virtual/perl-File-Spec
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)"
|