git: bbf7b02c8af9 - main - www/civetweb: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:43:48 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbf7b02c8af92717750b166c9268880d738e92e6 commit bbf7b02c8af92717750b166c9268880d738e92e6 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:48 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:48 +0000 www/civetweb: Add CPE information Approved by: portmgr (blanket) --- www/civetweb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/civetweb/Makefile b/www/civetweb/Makefile index b8c796bd64b7..992e34c5a8c1 100644 --- a/www/civetweb/Makefile +++ b/www/civetweb/Makefile @@ -11,7 +11,8 @@ COMMENT= Embedded C/C++ web server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= cmake +USES= cmake cpe +CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes USE_LDCONFIG= yes