gentoo/dev-perl/Net-Netmask/Net-Netmask-2.0.200-r1.ebuild
Andreas K. Hüttel 8df2fa15a2
dev-perl/Net-Netmask: remove ~mips
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2024-08-25 14:03:15 +02:00

30 lines
591 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=JMASLAK
DIST_VERSION=2.0002
inherit perl-module
DESCRIPTION="Parse, manipulate and lookup IP network blocks"
SLOT="0"
KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
IUSE="minimal"
RDEPEND="
!minimal? ( >=dev-perl/AnyEvent-7.140.0 )
virtual/perl-Carp
virtual/perl-Exporter
>=virtual/perl-Math-BigInt-1.999.811
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test2-Suite-0.0.111
>=dev-perl/Test-UseAllModules-0.170.0
)
"