mirror of https://git.FreeBSD.org/ports.git
18 lines
337 B
Makefile
18 lines
337 B
Makefile
PORTNAME= Benchmark
|
|
PORTVERSION= 1.2.9
|
|
CATEGORIES= benchmarks devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Framework to benchmark PHP scripts or function calls
|
|
WWW= https://pear.php.net/package/Benchmark
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
USE_PHP= bcmath
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|