pecl-geoip-1.1.1-r3.ebuild 444 B

1234567891011121314151617181920212223
  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="geoip"
  5. DOCS="README ChangeLog"
  6. USE_PHP="php5-6 php7-0 php7-1"
  7. inherit php-ext-pecl-r3
  8. KEYWORDS="~amd64 ~x86"
  9. DESCRIPTION="PHP extension to map IP address to geographic places"
  10. LICENSE="PHP-3"
  11. SLOT="0"
  12. IUSE=""
  13. DEPEND="dev-libs/geoip"
  14. RDEPEND="${DEPEND}"
  15. PATCHES=( "${FILESDIR}/fix-failing-tests-1.1.1.patch" )