summaryrefslogtreecommitdiff
path: root/math/pear-Math_BigInteger/Makefile
blob: 0e9dd861e2f1730e9a12f9b0ae1dee1a0da48701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Ports collection makefile for:	pear-Math_BigInteger
# Date created:				26 July 2011
# Whom:					Piotr Rybicki <meritus@innervision.pl>
#
# $FreeBSD$
#

PORTNAME=	Math_BigInteger
PORTVERSION=	1.0.0
CATEGORIES=	math pear

MAINTAINER=	meritus@innervision.pl
COMMENT=	Pure-PHP arbitrary precission integer arithmetic library

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:=	${BUILD_DEPENDS}

CATEGORY=	Math
FILES=		BigInteger.php

USE_PHP=	pcre

EXAMPLES=	demo/benchmark.php demo/demo.php
_EXAMPLESDIR=

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>