blob: 3b3cad87e4825e3da491465f47d1259693cf8bec (
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.06.ebuild,v 1.3 2004/07/14 17:37:38 agriffis 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=""
|