PEAR-Benchmark-1.2.9.ebuild 502 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="Framework to benchmark PHP scripts or function calls"
  6. LICENSE="BSD"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
  9. IUSE=""
  10. pkg_postinst() {
  11. if ! has_version "dev-lang/php[bcmath]" ; then
  12. elog "${PN} can optionally use dev-lang/php bcmath features."
  13. elog "If you want those, recompile dev-lang/php with these flags in USE."
  14. fi
  15. }