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

EAPI=5

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="~am~x86 ~amd64"
IUSE=""
SRC_TEST="do"

DEPEND="dev-lang/perl"