mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
PORTNAME= Benchmark
|
|
PORTVERSION= 1.2.9
|
|
CATEGORIES= benchmarks devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Framework to benchmark PHP scripts or function calls
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
USE_PHP= bcmath
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|