blob: 8d6b5f6d170e762ca7bdcc725ee512cdffd4f49b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild,v 1.1 2012/02/02 15:15:57 olemarkus Exp $
EAPI="4"
inherit php-pear-r1
DESCRIPTION="Create HTTP authentication systems similar to Apache's realm-based .htaccess mechanism."
LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="dev-php/PEAR-Auth"
|