sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / MIME-EncWords / MIME-EncWords-1.14.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 DIST_AUTHOR=NEZUMI
6 DIST_VERSION=1.014.3
7 inherit perl-module
8
9 DESCRIPTION="Deal with RFC 2047 encoded words (improved)"
10
11 SLOT="0"
12 KEYWORDS="amd64 ~ppc x86"
13 IUSE="test"
14 RESTRICT="!test? ( test )"
15 PERL_RM_FILES=("t/pod.t")
16 RDEPEND="
17         >=virtual/perl-MIME-Base64-2.130.0
18         >=virtual/perl-Encode-1.980.0
19         >=dev-perl/MIME-Charset-1.10.1
20 "
21 DEPEND="${RDEPEND}
22         virtual/perl-ExtUtils-MakeMaker
23         test? ( virtual/perl-Test-Simple )
24 "