2013-03-16 17:19:19 +01:00
|
|
|
# Created by: Piotr Rybicki <meritus@innervision.pl>
|
2011-09-08 08:30:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math_BigInteger
|
2014-02-12 12:29:39 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2011-09-08 08:30:15 +02:00
|
|
|
CATEGORIES= math pear
|
|
|
|
|
|
|
|
MAINTAINER= meritus@innervision.pl
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Pure-PHP arbitrary precision integer arithmetic library
|
2011-09-08 08:30:15 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-16 17:19:19 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2011-09-08 08:30:15 +02:00
|
|
|
|
|
|
|
USE_PHP= pcre
|
2013-03-16 17:19:19 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2011-09-08 08:30:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|