gentoo-ebuilds/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1-r1.ebuild
Andreas K. Hüttel 18024f65b8
dev-perl/MaxMind-DB-Common: EAPI bump; dependency cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-06-28 15:55:31 +02:00

40 lines
826 B
Bash

# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MAXMIND
DIST_VERSION=0.040001
inherit perl-module
DESCRIPTION="Code shared by the MaxMind DB reader and writer modules"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="amd64 ~loong ~riscv x86"
RDEPEND="
dev-perl/Data-Dumper-Concise
dev-perl/DateTime
dev-perl/List-AllUtils
dev-perl/Moo
dev-perl/MooX-StrictConstructor
dev-perl/Sub-Quote
dev-perl/namespace-autoclean
"
BDEPEND="${RDEPEND}
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"
PERL_RM_FILES=(
"t/author-00-compile.t"
"t/author-eol.t"
"t/author-no-tabs.t"
"t/author-pod-spell.t"
"t/author-pod-syntax.t"
"t/author-test-version.t"
"t/release-cpan-changes.t"
"t/release-portability.t"
"t/release-synopsis.t"
"t/release-tidyall.t"
)