mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
32 lines
697 B
Bash
32 lines
697 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=NEZUMI
|
|
DIST_VERSION=1.013.1
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Charset Informations for MIME"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
|
IUSE="l10n_ja l10n_zh"
|
|
|
|
# Put JISX0213 here one day
|
|
# And POD2
|
|
RDEPEND="
|
|
>=virtual/perl-Encode-1.980.0
|
|
l10n_ja? ( >=dev-perl/Encode-EUCJPASCII-0.20.0 )
|
|
l10n_zh? ( >=dev-perl/Encode-HanExtra-0.200.0 )
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
"
|
|
|
|
PERL_RM_FILES=("t/pod.t")
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}/1.012-makefilepl.patch"
|
|
)
|