diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-10-24 14:12:35 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-10-24 14:12:35 +0000 |
commit | e3440d9c37a3d1d5169a44bcb9d3853ad3aa1f07 (patch) | |
tree | 5a3d807bbc6db6120122a96ff0002faffcfeca4e /dev-perl/Text-Iconv/Text-Iconv-1.2.ebuild | |
parent | Bug 9111 (diff) | |
download | gentoo-2-e3440d9c37a3d1d5169a44bcb9d3853ad3aa1f07.tar.gz gentoo-2-e3440d9c37a3d1d5169a44bcb9d3853ad3aa1f07.tar.bz2 gentoo-2-e3440d9c37a3d1d5169a44bcb9d3853ad3aa1f07.zip |
Bug 9112
Diffstat (limited to 'dev-perl/Text-Iconv/Text-Iconv-1.2.ebuild')
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.2.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.2.ebuild new file mode 100644 index 000000000000..013dd9a8d40f --- /dev/null +++ b/dev-perl/Text-Iconv/Text-Iconv-1.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.2.ebuild,v 1.1 2002/10/24 14:12:35 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A Perl interface to the iconv() codeset conversion function" +HOMEPAGE="http://cpan.org/modules/by-module/Text/${P}.readme" +SRC_URI="http://cpan.org/modules/by-module/Text/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86 sparc sparc64 ~ppc ~alpha" + +DEPEND="${DEPEND}" |