# Ports collection makefile for:  pear-Benchmark
# Date created:			  09 September 2004
# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD: ports/benchmarks/pear-Benchmark/Makefile,v 1.3 2005/06/22 15:25:45 pav Exp $
#

PORTNAME=	Benchmark
PORTVERSION=	1.2.3
CATEGORIES=	benchmarks devel www pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR framework to benchmark PHP scripts or function calls

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PHP=	bcmath

CATEGORY=	Benchmark
FILES=		Timer.php Iterate.php Profiler.php
EXAMPLES=	timer_example.php
_EXAMPLESDIR=	doc

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
