git: 39f07e11a9b6 - main - sysutils/monit: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:53:13 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=39f07e11a9b651616234c4ea455aa11849a0d6f6 commit 39f07e11a9b651616234c4ea455aa11849a0d6f6 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 13:51:45 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 13:52:58 +0000 sysutils/monit: Add CPE information Approved by: portmgr (blanket) --- sysutils/monit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index f450065a7728..16af14392b69 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -12,7 +12,8 @@ COMMENT= Unix system management and proactive monitoring LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison gmake +USES= bison cpe gmake +CPE_VENDOR= m${PORTNAME} USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes