diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:53 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:53 +0000 |
commit | 5dddd6e85d1655deedaca7df6631f9d010e04c09 (patch) | |
tree | aec015675ce72d77cc205ffa00721e086aba54a2 | |
parent | b18964042ac020a1a6753cce68a7f59272d1fa93 (diff) |
www/proxygen: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | www/proxygen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index 419f932c3588..f81986cb6dd5 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -22,7 +22,8 @@ LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libwangle.so:net/wangle \ libzstd.so:archivers/zstd -USES= cmake compiler:c++14-lang perl5 python:3.6+,build ssl +USES= cmake compiler:c++14-lang cpe perl5 python:3.6+,build ssl +CPE_VENDOR= facebook USE_GITHUB= yes GH_ACCOUNT= facebook USE_LDCONFIG= yes |