You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0.ebuild

25 lines
591 B

# Copyright 1999-2012 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.171.0.ebuild,v 1.3 2012/03/08 11:59:29 phajdan.jr Exp $
EAPI=4
MODULE_AUTHOR=MSTROUT
MODULE_VERSION=0.171
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