git: 0eb4560e7060 - main - www/uwebsockets: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:44:48 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=0eb4560e7060eeec6880bd56d49a6d9e4ca0802b commit 0eb4560e7060eeec6880bd56d49a6d9e4ca0802b Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:41:03 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:41:03 +0000 www/uwebsockets: Add CPE information Approved by: portmgr (blanket) --- www/uwebsockets/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/uwebsockets/Makefile b/www/uwebsockets/Makefile index 4fbee6448019..931cba635ad4 100644 --- a/www/uwebsockets/Makefile +++ b/www/uwebsockets/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= libdeflate>0:archivers/libdeflate \ usockets>0:net/usockets -USES= compiler:c++17-lang gmake +USES= compiler:c++17-lang cpe gmake +CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= uNetworking