dev-perl/Net-Works: EAPI bump, dependency cleanup

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-06-28 14:30:11 +02:00
parent 95b9fa3c47
commit 76793a3cdb

View File

@@ -1,7 +1,7 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DIST_AUTHOR=MAXMIND
DIST_VERSION=0.22
@@ -10,25 +10,17 @@ inherit perl-module
DESCRIPTION="Sane APIs for IP addresses and networks"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
virtual/perl-Exporter
dev-perl/List-AllUtils
>=dev-perl/Math-Int128-0.60.0
dev-perl/Moo
virtual/perl-Scalar-List-Utils
>=virtual/perl-Socket-1.990.0
dev-perl/Sub-Quote
>=dev-perl/namespace-autoclean-0.160.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
virtual/perl-Math-BigInt
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)