aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/pear-Benchmark/Makefile
blob: 3e93c89efac94c0a8ed19ca187ea4cf833d9bf17 (plain) (blame)
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
# Ports collection makefile for:  pear-Benchmark
# Date created:           09 September 2004
# Whom:               Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#

PORTNAME=   Benchmark
PORTVERSION=    1.2.8
CATEGORIES= benchmarks devel www pear

MAINTAINER= miwi@FreeBSD.org
COMMENT=    PEAR framework to benchmark PHP scripts or function calls

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

USE_PHP=    bcmath

FILES=      Benchmark/Timer.php Benchmark/Iterate.php Benchmark/Profiler.php
EXAMPLES=   timer_example.php
_EXAMPLESDIR=   doc

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