PEAR-MDB2_Driver_oci8-1.5.0_beta3.ebuild 372 B

1234567891011121314151617
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="2"
  4. inherit php-pear-r1
  5. DESCRIPTION="Database Abstraction Layer, oci8 driver"
  6. LICENSE="BSD"
  7. SLOT="0"
  8. KEYWORDS="-* amd64 x86"
  9. IUSE=""
  10. DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
  11. || ( dev-lang/php[oci8] dev-lang/php[oci8-instant-client] )"
  12. RDEPEND="${DEPEND}"