Update math/pear-Math_BigInteger to version 1.0.3
[dports.git] / math / pear-Math_BigInteger / Makefile
1 # Created by: Piotr Rybicki <meritus@innervision.pl>
2 # $FreeBSD$
3
4 PORTNAME=       Math_BigInteger
5 PORTVERSION=    1.0.3
6 CATEGORIES=     math pear
7
8 MAINTAINER=     meritus@innervision.pl
9 COMMENT=        Pure-PHP arbitrary precision integer arithmetic library
10
11 USE_PHP=        pcre
12 USES=   pear
13
14 .include <bsd.port.mk>