freebsd-ports/math/pear-Math_BigInteger/Makefile
2019-11-08 14:11:45 +00:00

14 lines
289 B
Makefile

# Created by: Piotr Rybicki <meritus@innervision.pl>
# $FreeBSD$
PORTNAME= Math_BigInteger
PORTVERSION= 1.0.3
CATEGORIES= math pear
MAINTAINER= meritus@innervision.pl
COMMENT= Pure-PHP arbitrary precision integer arithmetic library
USES= pear php
USE_PHP= pcre
.include <bsd.port.mk>