aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/pear-Benchmark/Makefile
blob: c4ee63e4d6394928625d6cad1bfe8e9cc1fafad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

USES=   pear

USE_PHP=    bcmath

.include <bsd.port.mk>