diff options
Diffstat (limited to 'benchmarks/pear-Benchmark/Makefile')
-rw-r--r-- | benchmarks/pear-Benchmark/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile index af989049c53f..2a23a2e75535 100644 --- a/benchmarks/pear-Benchmark/Makefile +++ b/benchmarks/pear-Benchmark/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Benchmark -# Date created: 09 September 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Benchmark PORTVERSION= 1.2.9 @@ -18,6 +14,7 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= bcmath PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |