summaryrefslogtreecommitdiff
path: root/dev-perl/Data-Password/Data-Password-1.10.ebuild
blob: 4d3ddd3c06e5ee77e66704cf355b04fe7524334c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit perl-module

DESCRIPTION="Perl extension for assessing password quality."
HOMEPAGE="https://metacpan.org/release/Data-Password"
SRC_URI="mirror://cpan/authors/id/R/RA/RAZINF/${P}.tar.gz"

SLOT="0"
LICENSE="Artistic"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_TEST="do"

DEPEND="dev-lang/perl"