mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
18 lines
362 B
Makefile
18 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>
|