blob: 22f691a19ca9d03987ef9bac402c0419095bd4e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 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.01.ebuild,v 1.2 2008/11/18 14:50:45 tove Exp $
MODULE_AUTHOR=JGMYERS
inherit perl-module
DESCRIPTION="Encode::Detect - An Encode::Encoding subclass that detects the encoding of data"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-lang/perl
virtual/perl-ExtUtils-CBuilder"
SRC_TEST=do
|