diff options
-rw-r--r-- | www/uwebsockets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |