summaryrefslogtreecommitdiff
blob: 7b45b9617ccc3d0b04f0148d4a6a917fb141dcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Encode-Detect/Encode-Detect-1.00.ebuild,v 1.1 2007/07/29 10:04:39 ian Exp $

inherit perl-module

DESCRIPTION="Encode::Detect - An Encode::Encoding subclass that detects the encoding of data"
HOMEPAGE="http://search.cpan.org/~jgmyers/${P}/"
SRC_URI="mirror://cpan/authors/id/J/JG/JGMYERS/${P}.tar.gz"

LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/perl
	dev-perl/ExtUtils-CBuilder"