pkgsrc-wip/pear-Math_BigInteger/Makefile
Wen Heping 3938589381 Import php5-pear-Math_BigInteger-1.0.0 as wip/pear-Math_BigInteger.
Math_BigInteger is a pure-PHP arbitrary precission integer arithmetic
library. Supports base-2, base-10, base-16, and base-256 numbers. Uses
the GMP or BCMath extensions, if available, and an internal implementation,
otherwise.
2010-05-27 13:08:50 +00:00

15 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/27 13:08:50 uccwen Exp $
DISTNAME= Math_BigInteger-1.0.0
CATEGORIES= math
MAINTAINER= wenheping@gmail.com
HOMEPAGE= http://pear.php.net/package/Math_BigInteger/
COMMENT= Pure-PHP arbitrary precission integer arithmetic library
CONFLICTS= php-pear-Math_BigInteger-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"