diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:18:54 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:25:54 +0000 |
commit | 9ac88547134bca78d162ca24bf5ff73ed3ac1fb5 (patch) | |
tree | 933ae80d6d8fdc0720bbdc24d610d7f8a1ae99a0 | |
parent | 58e9b6b2059275c19420f96287a98f9e7f6c9bcb (diff) | |
download | ports-9ac88547134bca78d162ca24bf5ff73ed3ac1fb5.tar.gz ports-9ac88547134bca78d162ca24bf5ff73ed3ac1fb5.zip |
devel/websocketpp: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/websocketpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |