mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 23:48:20 +00:00
The arch and OS that matches it are obsolete. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
30 lines
668 B
Bash
30 lines
668 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=RIBASUSHI
|
|
DIST_VERSION=1.91
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Generate SQL from Perl data structures with backwards/forwards compat"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
|
|
RDEPEND="
|
|
>=virtual/perl-Exporter-5.570.0
|
|
>=dev-perl/MRO-Compat-0.120.0
|
|
>=dev-perl/SQL-Abstract-1.790.0
|
|
>=virtual/perl-Text-Balanced-2.0.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
|
|
test? (
|
|
virtual/perl-Storable
|
|
>=dev-perl/Test-Deep-0.101.0
|
|
>=dev-perl/Test-Exception-0.310.0
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
dev-perl/Test-Warn
|
|
)
|
|
"
|