mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
37
dev-perl/Authen-SCRAM/Authen-SCRAM-0.5.0-r1.ebuild
Normal file
37
dev-perl/Authen-SCRAM/Authen-SCRAM-0.5.0-r1.ebuild
Normal 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
|
||||
)
|
||||
"
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user