guru/dev-perl/File-Util/File-Util-4.131591.ebuild
Vitaly Zdanevich a9f46d7ea3
dev-perl/File-Util: new package, add 4.131591
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Closes: https://github.com/gentoo/guru/pull/233
Signed-off-by: David Roman <davidroman96@gmail.com>
2024-08-28 12:45:05 +02:00

24 lines
408 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=TOMMY
DIST_EXAMPLES=( examples/load_a_file_into_a_variable.pl )
inherit perl-module
DESCRIPTION="Easy, versatile, portable file handling"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-perl/Module-Build
dev-perl/Unicode-UTF8
dev-perl/Test-NoWarnings
"
RDEPEND="
virtual/perl-Exporter
"