gentoo-ebuilds/dev-perl/XML-Compile/XML-Compile-1.640.0-r2.ebuild
Andreas K. Hüttel 30a14bd46b
dev-perl/XML-Compile: drop dep on virtual/perl-Math-BigRat which will be removed
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-07-04 23:34:46 +02:00

36 lines
721 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MARKOV
DIST_VERSION=1.64
inherit perl-module
DESCRIPTION="Compilation based XML Processing"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=virtual/perl-Digest-MD5-2.360.0
>=virtual/perl-IO-1.220.0
virtual/perl-Scalar-List-Utils
>=dev-perl/Log-Report-1.200.0
>=virtual/perl-MIME-Base64-3.100.0
>=virtual/perl-Math-BigInt-1.770.0
dev-perl/Types-Serialiser
>=dev-perl/XML-LibXML-2.10.700
"
BDEPEND="
${RDEPEND}
test? (
>=dev-perl/Test-Deep-0.95.0
>=virtual/perl-Test-Simple-0.540.0
>=dev-perl/XML-Compile-Tester-0.900.0
)
"
src_install() {
perl-module_src_install
dodoc -r html
}