summaryrefslogtreecommitdiff
blob: 784c209e8d6891b3c9907cdd40915fa5445c7224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2014 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.6-r1.ebuild,v 1.3 2014/08/10 20:44:06 slyfox 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"