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