sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / MIME-Base32 / MIME-Base32-1.303.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=REHSACK
7 DIST_VERSION=1.303
8 inherit perl-module
9
10 DESCRIPTION="Base32 encoder / decoder"
11
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE="test"
15 RESTRICT="!test? ( test )"
16
17 RDEPEND="virtual/perl-Exporter"
18 DEPEND="${RDEPEND}
19         virtual/perl-ExtUtils-MakeMaker
20         test? (
21                 >=virtual/perl-Test-Simple-0.900.0
22         )
23 "