blob: cce7054896ab5bac4fe99c04e351e83000d92b69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.11 2006/04/08 19:20:24 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="mirror://cpan/authors/id/M/MP/MPIOTR/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
|