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

EAPI=5
MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=0.03
inherit perl-module

DESCRIPTION="Portable filename comparison"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

# File::Find -> perl
# File::Spec::Functions -> File-Spec
# Test::More -> Test-Simple
# Test::Builder::Module -> Test-Simple
RDEPEND="
	dev-perl/Path-Tiny
	virtual/perl-Test-Simple
"
DEPEND="
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
	${RDEPEND}
	test? (
		virtual/perl-File-Spec
		virtual/perl-File-Temp
		>=virtual/perl-Test-Simple-1.1.10
	)
"