opnsense-ports/math/pear-Math_BigInteger/Makefile
Franco Fichtner d1106402b4 */*: sync with upstream
Taken from: HardenedBSD
2019-11-10 18:11:48 +01: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>