aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/pear-Benchmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/pear-Benchmark/Makefile')
-rw-r--r--benchmarks/pear-Benchmark/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile
index 3e93c89efac9..fd4a841dae81 100644
--- a/benchmarks/pear-Benchmark/Makefile
+++ b/benchmarks/pear-Benchmark/Makefile
@@ -6,20 +6,17 @@
#
PORTNAME= Benchmark
-PORTVERSION= 1.2.8
+PORTVERSION= 1.2.9
CATEGORIES= benchmarks devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR framework to benchmark PHP scripts or function calls
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= bcmath
-
-FILES= Benchmark/Timer.php Benchmark/Iterate.php Benchmark/Profiler.php
-EXAMPLES= timer_example.php
-_EXAMPLESDIR= doc
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"