aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/pear-Benchmark/Makefile
blob: 0737b8d8a4db639ec7d5a7f46f8a6fe024bbf0f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$

PORTNAME=   Benchmark
PORTVERSION=    1.2.9
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:=   ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

USE_PHP=    bcmath
PEAR_AUTOINSTALL=   yes

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