git: 8629d5233603 - main - net/mosquitto: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:57:30 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=8629d5233603055ab0e802f750908eb39d76564c commit 8629d5233603055ab0e802f750908eb39d76564c Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:49:48 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:49:48 +0000 net/mosquitto: Add CPE information Approved by: portmgr (blanket) --- net/mosquitto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 3eb41683cd24..ffde88c40b68 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -17,10 +17,11 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libcjson.so:devel/libcjson RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= cmake ssl +USES= cmake cpe ssl USE_RC_SUBR= mosquitto USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_LIBDATADIR:PATH="${PREFIX}/libdata" +CPE_VENDOR= eclipse USERS= nobody