summaryrefslogtreecommitdiff
blob: 57857d7f56d36b096c4d217e1027e046ae4a8eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/Net-CIDR-0.13.ebuild,v 1.2 2009/09/11 11:25:33 flameeyes Exp $

MODULE_AUTHOR=MRSAM
inherit perl-module

DESCRIPTION="Manipulate netblock lists in CIDR notation"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"