mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
21 lines
382 B
Bash
21 lines
382 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=AUDREYT
|
|
MODULE_VERSION=0.23
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Extra sets of Chinese encodings"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="virtual/perl-Encode"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
#SRC_TEST="do"
|