blob: 3f4fb747c81e5d1ea95c2f20f85e8f2706ca4442 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.161.ebuild,v 1.1 2011/01/14 10:21:19 tove Exp $
EAPI=2
MODULE_AUTHOR=DKAMHOLZ
inherit perl-module
DESCRIPTION="interface to read and modify Apache .htpasswd files"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-perl/Class-Accessor
dev-perl/IO-LockedFile
dev-perl/Crypt-PasswdMD5
dev-perl/Digest-SHA1"
# pod tests need TEST_POD anyway
RDEPEND="${DEPEND}"
SRC_TEST=do
|