freebsd-ports/benchmarks/pear-Benchmark/Makefile
Pav Lucistnik 1a64862143 - Update to 1.2.4
PR:		ports/91634
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:31:21 +00:00

27 lines
663 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.4
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
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/bsd.pear.mk"
.include <bsd.port.post.mk>