summaryrefslogtreecommitdiff
path: root/dev-perl/File-Util/File-Util-4.201.720.ebuild
blob: 7a1e623749e235b3814cc03b62b161363acf8928 (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
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=TOMMY
DIST_VERSION=4.201720
DIST_EXAMPLES=("examples/*")
inherit perl-module

DESCRIPTION="Easy, versatile, portable file handling"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-perl/Unicode-UTF8
	virtual/perl-Exporter
"
BDEPEND="
	dev-perl/Module-Build
	virtual/perl-ExtUtils-MakeMaker
	test? (
		${RDEPEND}
		dev-perl/Test-NoWarnings
	)
"