summaryrefslogtreecommitdiff
path: root/benchmarks/pear-Benchmark
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-16 04:32:01 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-16 04:32:01 +0800
commit4ab1a1086fbdad021595f05bd8c6e38cf778341c (patch)
tree65d6216ed338bf173eb368674bb714f93060d523 /benchmarks/pear-Benchmark
parentaudio/pear-Text_Spell_Audio: Reformat pkg-descr (diff)
benchmarks/pear-Benchmark: Add LICENSE_FILE and NO_ARCH
Diffstat (limited to 'benchmarks/pear-Benchmark')
-rw-r--r--benchmarks/pear-Benchmark/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile
index b1c9e4d0d3ca..4edae213fad4 100644
--- a/benchmarks/pear-Benchmark/Makefile
+++ b/benchmarks/pear-Benchmark/Makefile
@@ -5,12 +5,14 @@ PORTVERSION= 1.2.9
CATEGORIES= benchmarks devel www pear
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= PEAR framework to benchmark PHP scripts or function calls
+COMMENT= Framework to benchmark PHP scripts or function calls
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= pear php
-
+USES= pear
USE_PHP= bcmath
+NO_ARCH= yes
+
.include <bsd.port.mk>