mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
30 lines
620 B
Bash
30 lines
620 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=JMASLAK
|
|
DIST_VERSION=2.0001
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Parse, manipulate and lookup IP network blocks"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
|
|
IUSE="minimal test"
|
|
RESTRICT="!test? ( test )"
|
|
|
|
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? (
|
|
>=dev-perl/Test2-Suite-0.0.111
|
|
>=dev-perl/Test-UseAllModules-0.170.0
|
|
)
|
|
"
|