24 lines
448 B
Bash
24 lines
448 B
Bash
# 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"
|