2004-10-18 15:11:32 +00:00
|
|
|
# Ports collection makefile for: pear-Benchmark
|
|
|
|
# Date created: 09 September 2004
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Benchmark
|
2007-07-06 08:01:17 +00:00
|
|
|
PORTVERSION= 1.2.7
|
2004-10-18 15:11:32 +00:00
|
|
|
CATEGORIES= benchmarks devel www pear
|
|
|
|
|
2007-07-06 08:01:17 +00:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-01-19 21:12:28 +00:00
|
|
|
COMMENT= PEAR framework to benchmark PHP scripts or function calls
|
2004-10-18 15:11:32 +00:00
|
|
|
|
2005-12-09 19:24:52 +00:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-10-18 15:11:32 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-01-19 21:12:28 +00:00
|
|
|
USE_PHP= bcmath
|
|
|
|
|
2007-07-06 08:01:17 +00:00
|
|
|
FILES= Benchmark/Timer.php Benchmark/Iterate.php Benchmark/Profiler.php
|
2005-06-22 15:25:45 +00:00
|
|
|
EXAMPLES= timer_example.php
|
|
|
|
_EXAMPLESDIR= doc
|
2004-10-18 15:11:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 19:24:52 +00:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-10-18 15:11:32 +00:00
|
|
|
.include <bsd.port.post.mk>
|