summaryrefslogtreecommitdiff
blob: cfcdfa32ce743056c076edb3af020aaa8f869680 (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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild,v 1.3 2006/05/23 20:52:08 chtekk Exp $

inherit php-pear-r1 depend.php

DESCRIPTION="Provides methods for creating an authentication system using PHP."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-PEAR-1.3.6
		>=dev-php/PEAR-DB-1.7.6-r1
		dev-php/PEAR-File_Passwd
		dev-php/PEAR-Net_POP3
		dev-php/PEAR-MDB
		dev-php/PEAR-MDB2
		dev-php/PEAR-Crypt_CHAP
		dev-php/PEAR-File_SMBPasswd"

pkg_setup() {
	require_php_with_use crypt mhash
}