gentoo/dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild
Arthur Zamarin e15353ef2d
dev-perl/String-Formatter: Stabilize 1.235.0 ppc, #965755
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-08 10:41:13 +02:00

26 lines
441 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=1.235
inherit perl-module
DESCRIPTION="Build sprintf-like functions of your own"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc x86"
RDEPEND="
dev-perl/Params-Util
dev-perl/Sub-Exporter
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.780.0
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"