PEAR-HTTP_Session2-0.7.3-r1.ebuild 386 B

123456789101112131415161718
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit php-pear-r1
  5. DESCRIPTION="Wraps PHP's session_* functions, providing extras like db storage for session data"
  6. LICENSE="BSD"
  7. SLOT="0"
  8. KEYWORDS="~amd64 ~x86"
  9. IUSE="minimal"
  10. RDEPEND="${DEPEND}
  11. !minimal? ( >=dev-php/PEAR-MDB2-2.4.1
  12. >=dev-php/PEAR-DB-1.7.11 )"