gentoo/dev-perl/Chart/Chart-2.403.9.ebuild
Sam James 3d659b798b
dev-perl/Chart: Stabilize 2.403.9 amd64, #961652
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-18 15:04:56 +01:00

28 lines
506 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=LICHTKIND
DIST_VERSION=v${PV}
inherit perl-module
DESCRIPTION="The Perl Chart Module"
# Bundles lots of things in jquery.js (bug #724570)
LICENSE="|| ( Artistic GPL-1+ ) || ( MIT ( GPL-1 GPL-2 ) )"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="
>=dev-perl/GD-2.0.36
dev-perl/Graphics-Toolkit-Color
"
BDEPEND="
${RDEPEND}
test? (
dev-perl/GD[png(+),jpeg(+)]
dev-perl/Test-Warn
)
"