Files
guru/dev-perl/File-Util/File-Util-4.201.720.ebuild
Takuya Wakazono b67813d8a5 dev-perl/File-Util: add 4.201.720
Closes: https://bugs.gentoo.org/938669
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-08-28 01:19:05 +09:00

27 lines
463 B
Bash

# 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
)
"