19 lines
502 B
Bash
19 lines
502 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/Encode-2.40-r1.ebuild,v 1.11 2011/12/18 21:26:04 halcy0n Exp $
|
|
|
|
EAPI=3
|
|
|
|
MODULE_AUTHOR=DANKOGAI
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="character encodings"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
RDEPEND="!!<dev-lang/perl-5.8.8-r8"
|
|
|
|
SRC_TEST=do
|
|
PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )
|