git: 9ac88547134b - main - devel/websocketpp: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Oct 2021 19:26:26 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ac88547134bca78d162ca24bf5ff73ed3ac1fb5 commit 9ac88547134bca78d162ca24bf5ff73ed3ac1fb5 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-18 19:18:54 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-18 19:25:54 +0000 devel/websocketpp: Add CPE information Approved by: portmgr (blanket) --- devel/websocketpp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/websocketpp/Makefile b/devel/websocketpp/Makefile index a0b803a81d9c..2ae5fbc71c1f 100644 --- a/devel/websocketpp/Makefile +++ b/devel/websocketpp/Makefile @@ -9,7 +9,8 @@ LICENSE= MIT BSD3CLAUSE ZLIB LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:insource +USES= cmake:insource cpe +CPE_VENDOR= zaphoyd USE_GITHUB= yes GH_ACCOUNT= zaphoyd