blob: 9f029246b4a13000a8453096aa15b6c96cd8691a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.08.ebuild,v 1.5 2005/04/25 16:44:48 mcummings Exp $
inherit perl-module
DESCRIPTION="This module is a simple supplement to other option handling modules."
SRC_URI="mirror://cpan/authors/id/J/JS/JSTENZEL/${P}.tgz"
HOMEPAGE="http://search.cpan.org/jstenzel/${P}/"
SLOT="0"
LICENSE="GPL-2"
SRC_TEST="do"
KEYWORDS="x86 ppc sparc"
IUSE=""
|