mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Closes: https://bugs.gentoo.org/938669 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
27 lines
463 B
Bash
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
|
|
)
|
|
"
|