17 lines
607 B
Bash
17 lines
607 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.1.ebuild,v 1.1 2008/02/26 16:29:08 armin76 Exp $
|
|
|
|
inherit php-pear-r1 depend.php
|
|
|
|
DESCRIPTION="PHP5 Object-oriented interface to the session_* family functions.
|
|
Provides extra features such as database storage for session data using DB package."
|
|
|
|
LICENSE="BSD PHP-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="minimal"
|
|
|
|
RDEPEND=">=dev-lang/php-5.2.0
|
|
!minimal? ( >=dev-php/PEAR-MDB2-2.4.1
|
|
>=dev-php/PEAR-DB-1.7.11 )"
|