Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2021 20:49:03 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4ab1a1086fbd - main - benchmarks/pear-Benchmark: Add LICENSE_FILE and NO_ARCH
Message-ID:  <202107152049.16FKn367097795@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ab1a1086fbdad021595f05bd8c6e38cf778341c

commit 4ab1a1086fbdad021595f05bd8c6e38cf778341c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-15 20:32:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-15 20:32:01 +0000

    benchmarks/pear-Benchmark: Add LICENSE_FILE and NO_ARCH
---
 benchmarks/pear-Benchmark/Makefile | 8 +++++---
 1 file 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107152049.16FKn367097795>