pecl-mongo-1.6.14-r1.ebuild 345 B

123456789101112131415161718192021
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. PHP_EXT_NAME="mongo"
  5. USE_PHP="php5-6"
  6. DOCS=( README.md )
  7. inherit php-ext-pecl-r3
  8. DESCRIPTION="Legacy MongoDB database driver for PHP"
  9. LICENSE="Apache-2.0"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE=""
  13. DEPEND=""
  14. RDEPEND="${DEPEND}"