blob: ab9e44cba3ab0fbd7ed355c25495d8882ac468af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 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.1 2004/07/30 16:17:45 mcummings Exp $
inherit perl-module
DESCRIPTION="This module is a simple supplement to other option handling modules."
SRC_URI="http://search.cpan.org/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"
IUSE=""
|