mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
78450f0a5d
With hat: portmgr-secretary
16 lines
310 B
Makefile
16 lines
310 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= ports@FreeBSD.org
|
|
COMMENT= PEAR framework to benchmark PHP scripts or function calls
|
|
|
|
USES= pear
|
|
|
|
USE_PHP= bcmath
|
|
|
|
.include <bsd.port.mk>
|