dev-perl/Authen-SCRAM: Enable tests

- EAPI6
- Enable test suite

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Kent Fredric
2017-10-15 11:05:20 +13:00
parent e15c545607
commit 783ad89b29
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=DAGOLDEN
DIST_VERSION=0.005
inherit perl-module
DESCRIPTION="Salted Challenge Response Authentication Mechanism (RFC 5802)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/Authen-SASL-SASLprep
virtual/perl-Carp
dev-perl/Crypt-URandom
virtual/perl-Encode
virtual/perl-MIME-Base64
>=dev-perl/Moo-1.1.0
>=dev-perl/PBKDF2-Tiny-0.3.0
dev-perl/Try-Tiny
dev-perl/Type-Tiny
dev-perl/namespace-clean
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
virtual/perl-Exporter
virtual/perl-File-Spec
dev-perl/Test-FailWarnings
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)
"

View File

@@ -5,4 +5,11 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Authen-SCRAM</remote-id>
<remote-id type="cpan-module">Authen::SCRAM</remote-id>
<remote-id type="cpan-module">Authen::SCRAM::Client</remote-id>
<remote-id type="cpan-module">Authen::SCRAM::Role::Common</remote-id>
<remote-id type="cpan-module">Authen::SCRAM::Server</remote-id>
</upstream>
</pkgmetadata>