1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

benchmarks/pear-Benchmark: Add LICENSE_FILE and NO_ARCH

This commit is contained in:
Po-Chuan Hsieh 2021-07-16 04:32:01 +08:00
parent 46210b554c
commit 4ab1a1086f
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>