aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/pear-Benchmark/Makefile
blob: 888cd6e3dbac06639a79b6daa2ec7699d988ba98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>