blob: ecc2b0e9d3d0cd9a591610dedced8b1994d9ccfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-XWhois/Net-XWhois-0.90.ebuild,v 1.11 2010/02/05 21:00:46 tove Exp $
EAPI=2
MODULE_AUTHOR=VIPUL
inherit perl-module
DESCRIPTION="Manipulate netblock lists in CIDR notation"
SLOT="0"
KEYWORDS="amd64 hppa ia64 sparc x86"
IUSE=""
SRC_TEST="do"
mydoc="examples/*"
|