gentoo-ebuilds/dev-perl/Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.6.0.ebuild
Arthur Zamarin 36ad0dc2f0
dev-perl/Sub-Exporter-GlobExporter: Stabilize 0.6.0 ppc, #965755
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-08 10:41:17 +02:00

25 lines
484 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RJBS
DIST_VERSION=0.006
inherit perl-module
DESCRIPTION="Export shared globs with Sub::Exporter collectors"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc x86"
RDEPEND="
dev-perl/Sub-Exporter
virtual/perl-Scalar-List-Utils
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.780.0
test? (
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
)
"