diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-03-20 04:31:48 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-03-20 04:31:48 +0000 |
commit | 3fa4f6c699ad255cbaa2307f29201b16375668e3 (patch) | |
tree | 8be121bc5c068c09c74abea6c6e89d91a3f5210b /dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild | |
parent | Added hppa to KEYWORDS. (diff) | |
download | historical-3fa4f6c699ad255cbaa2307f29201b16375668e3.tar.gz historical-3fa4f6c699ad255cbaa2307f29201b16375668e3.tar.bz2 historical-3fa4f6c699ad255cbaa2307f29201b16375668e3.zip |
add new ebuild; see bug 16808
Diffstat (limited to 'dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild')
-rw-r--r-- | dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild new file mode 100644 index 000000000000..08a899e75c71 --- /dev/null +++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header $ + +IUSE="" + +inherit perl-module + +S="${WORKDIR}/${P}" +CATEGORY="dev-perl" + +DESCRIPTION="Getopt::Mixed is used for parsing mixed options" +SRC_URI="http://www.cpan.org/modules/by-module/Getopt/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Getopt/${P}.readme" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ppc ~sparc ~sparc64 ~alpha" + +DEPEND="${DEPEND}" |