freebsd-ports/math/pear-Math_BigInteger/Makefile
Ruslan Makhmatkhanov befc98381d - update to 1.0.2
PR:		186684
Submitted by:	Piotr Rybicki <meritus@innervision.pl> (maintainer)
2014-02-12 11:29:39 +00:00

19 lines
488 B
Makefile

# Created by: Piotr Rybicki <meritus@innervision.pl>
# $FreeBSD$
PORTNAME= Math_BigInteger
PORTVERSION= 1.0.2
CATEGORIES= math pear
MAINTAINER= meritus@innervision.pl
COMMENT= Pure-PHP arbitrary precision integer arithmetic library
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= pcre
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>