blob: 83f048cfc5b2ad5110f47d9cc39d8b0e0a304bc0 (
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.1 2009/01/20 14:52:25 tove 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="${RDEPEND}"
|