PEAR-Math_BigInteger-1.0.3.ebuild 332 B

12345678910111213141516
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit php-pear-r1
  5. DESCRIPTION="Pure-PHP arbitrary precision integer arithmetic library"
  6. LICENSE="MIT"
  7. SLOT="0"
  8. KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
  9. IUSE=""
  10. RDEPEND=">=dev-lang/php-5.3.0"