14 lines
494 B
Bash
14 lines
494 B
Bash
# 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"
|