diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-09-23 00:10:31 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-09-23 00:10:31 +1200 |
commit | eefff574fc299c2ab9b4de132cfa7b7fa130347f (patch) | |
tree | 0b6ec9da55732a698bcf2d6369dcfec5a240d981 /dev-perl/Convert-Base32/Convert-Base32-0.60.0.ebuild | |
parent | dev-perl/Authen-OATH: Add w/ version=2.0.1 (diff) | |
download | gentoo-eefff574fc299c2ab9b4de132cfa7b7fa130347f.tar.gz gentoo-eefff574fc299c2ab9b4de132cfa7b7fa130347f.tar.bz2 gentoo-eefff574fc299c2ab9b4de132cfa7b7fa130347f.zip |
dev-perl/Convert-Base32: Add w/ version=0.60.0
Requested by juippis as an optional dependency for app-admin/kpcli
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Convert-Base32/Convert-Base32-0.60.0.ebuild')
-rw-r--r-- | dev-perl/Convert-Base32/Convert-Base32-0.60.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Convert-Base32/Convert-Base32-0.60.0.ebuild b/dev-perl/Convert-Base32/Convert-Base32-0.60.0.ebuild new file mode 100644 index 000000000000..f3d815507ae5 --- /dev/null +++ b/dev-perl/Convert-Base32/Convert-Base32-0.60.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=IKEGAMI +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Encoding and decoding of base32 strings" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Test-Exception + virtual/perl-Test-Simple + ) +" |