summaryrefslogtreecommitdiff
path: root/benchmarks/pear-Benchmark/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 13:53:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 13:53:18 +0000
commit038021d3540c0640638041ba8c0322ad661da18d (patch)
tree47e59d2f4d22065ae1bc531db753a1054190027f /benchmarks/pear-Benchmark/Makefile
parentConvert to USES=pear (diff)
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369060
Diffstat (limited to 'benchmarks/pear-Benchmark/Makefile')
-rw-r--r--benchmarks/pear-Benchmark/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile
index 0737b8d8a4db..c4ee63e4d639 100644
--- a/benchmarks/pear-Benchmark/Makefile
+++ b/benchmarks/pear-Benchmark/Makefile
@@ -8,12 +8,8 @@ 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:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
USE_PHP= bcmath
-PEAR_AUTOINSTALL= yes
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>