blob: 3d9a11e6513279288ef31372c0e1b9daa241ef31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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.0.ebuild,v 1.1 2008/02/11 20:54:57 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 )"
|