You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r1...

19 lines
524 B

# Copyright 1999-2014 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.3-r1.ebuild,v 1.1 2014/11/06 17:29:49 grknight Exp $
EAPI=5
inherit php-pear-r1
DESCRIPTION="Wraps PHP's session_* functions, providing extras like db storage for session data"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
RDEPEND="${DEPEND}
!minimal? ( >=dev-php/PEAR-MDB2-2.4.1
>=dev-php/PEAR-DB-1.7.11 )"