PEAR-PHP_CompatInfo-1.9.0.ebuild 498 B

1234567891011121314151617181920
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. inherit php-pear-r1
  5. DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run"
  6. LICENSE="PHP-3.01"
  7. SLOT="0"
  8. KEYWORDS="~amd64 ~x86"
  9. IUSE="minimal"
  10. RDEPEND="dev-lang/php[tokenizer]
  11. !minimal? ( >=dev-php/PEAR-Console_Table-1.0.5
  12. >=dev-php/PEAR-Console_Getargs-1.3.3
  13. >=dev-php/PEAR-XML_Util-1.1.4
  14. >=dev-php/phpunit-3.2.0 )"