blob: 192b8b945e9a138ea805d093e3da4421e9099f7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Encode-HanExtra/Encode-HanExtra-0.23.ebuild,v 1.1 2011/08/15 14:10:46 patrick Exp $
EAPI="2"
MODULE_AUTHOR="AUDREYT"
inherit perl-module
DESCRIPTION="Extra sets of Chinese encodings"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="virtual/perl-Encode"
RDEPEND="${DEPEND}"
#SRC_TEST="do"
|