dev-perl/Test-Class: stable 0.500.0 for sparc
[gentoo.git] / dev-perl / Net-CIDR / Net-CIDR-0.180.0.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=MRSAM
7 DIST_VERSION=0.18
8 inherit perl-module
9
10 DESCRIPTION="Manipulate netblock lists in CIDR notation"
11
12 SLOT="0"
13 KEYWORDS="amd64 ~arm hppa ~mips ppc x86"
14 IUSE=""
15
16 RDEPEND="
17         virtual/perl-Carp
18 "
19 DEPEND="${RDEPEND}
20         virtual/perl-ExtUtils-MakeMaker
21 "