blob: c35baf27bddb5dafa6330aedd66247dafd5abfb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.11.ebuild,v 1.4 2006/03/10 12:49:17 agriffis Exp $
inherit perl-module
DESCRIPTION="Conversions to and from arbitrary character sets and UTF8"
HOMEPAGE="http://www.cpan.org/modules/by-module/Unicode/${P}.readme"
SRC_URI="mirror://cpan/authors/id/S/SN/SNOWHARE/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~ia64 ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="dev-perl/module-build
dev-perl/Unicode-Map
dev-perl/Unicode-Map8
dev-perl/Unicode-String
dev-perl/Jcode"
|