pecl-cassandra-1.2.2.ebuild 389 B

1234567891011121314151617181920
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. USE_PHP="php7-0 php5-6"
  5. inherit php-ext-pecl-r3
  6. KEYWORDS="~amd64 ~x86"
  7. DESCRIPTION="DataStax PHP Driver for Apache Cassandra"
  8. HOMEPAGE="https://github.com/datastax/php-driver"
  9. LICENSE="Apache-2.0"
  10. SLOT="0"
  11. IUSE=""
  12. DEPEND=">=dev-db/cpp-driver-2.4.3"
  13. RDEPEND="${DEPEND}"