freebsd-ports/math/pear-Math_BigInteger/Makefile
2021-04-06 16:31:07 +02:00

13 lines
277 B
Makefile

# Created by: Piotr Rybicki <meritus@innervision.pl>
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>