dev-perl/Data-Password: Add w/ version=1.120.0

Requsted by juippis as an optional dep of app-admin/kpcli

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-09-22 04:17:02 +12:00
parent d8743d3035
commit 6cd6425fe7
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=RAZINF
DIST_VERSION=1.12
inherit perl-module
DESCRIPTION="Extension for assessing password quality"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Exporter
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"

View File

@@ -0,0 +1 @@
DIST Data-Password-1.12.tar.gz 6008 BLAKE2B c4b729c2e4c5a8073386b80debca2043819a7102a57369792e53210a59f63ce98d45791fbd27f825c94127554517120de090184af2584d600bfe99ed282f8f14 SHA512 bc7e8c31d1b9f6e986cd012a26f268f1c5924fa6743b32d2ed5770f6749390325874ce4bb01888b239cdcc8df85a714796a3adc2b2b5ffb70770435687b7cbcf

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Data-Password</remote-id>
<remote-id type="cpan-module">Data::Password</remote-id>
</upstream>
</pkgmetadata>