blob: 68cad3de984896eeec10439263f85cd8d984d39d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=DANIEL
MODULE_VERSION=1.7
inherit perl-module
DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="sys-libs/cracklib"
DEPEND="${RDEPEND}
test? ( dev-perl/Pod-Coverage
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage )"
SRC_TEST="do"
|