15 lines
309 B
Makefile
15 lines
309 B
Makefile
# 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>
|