freebsd-ports/benchmarks/pear-Benchmark/Makefile
Thierry Thomas fa2b68c8c2 Add pear-Benchmark 1.2.1, framework to benchmark PHP scripts or
function calls.

PR:		71528
Submitted by:	Antônio Carlos Venâncio Júnior
2004-10-18 15:11:32 +00:00

26 lines
649 B
Makefile

# Ports collection makefile for: pear-Benchmark
# Date created: 09 September 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Benchmark
PORTVERSION= 1.2.1
CATEGORIES= benchmarks devel www pear
MAINTAINER= antonio@php.net
COMMENT= Framework to benchmark PHP scripts or function calls
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Benchmark
FILES= Timer.php Iterate.php Profiler.php
DOCS= timer_example.php
_DOCSDIR= doc
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>