Wen Heping 49b0e9e716 Supports base-2, base-10, base-16, and base-256 numbers.
Uses the GMP or BCMath extensions, if available,
and an internal implementation, otherwise.

WWW: http://pear.php.net/package/Math_BigInteger/

PR:		ports/160211
Submitted by:	Piotr Rybicki <meritus@innervision.pl>
2011-09-08 06:30:15 +00:00

29 lines
626 B
Makefile

# Ports collection makefile for: pear-Math_BigInteger
# Date created: 26 July 2011
# Whom: Piotr Rybicki <meritus@innervision.pl>
#
# $FreeBSD$
#
PORTNAME= Math_BigInteger
PORTVERSION= 1.0.0
CATEGORIES= math pear
MAINTAINER= meritus@innervision.pl
COMMENT= Pure-PHP arbitrary precission integer arithmetic library
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Math
FILES= BigInteger.php
USE_PHP= pcre
EXAMPLES= demo/benchmark.php demo/demo.php
_EXAMPLESDIR=
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>