git: 5dddd6e85d16 - main - www/proxygen: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:44:08 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=5dddd6e85d1655deedaca7df6631f9d010e04c09 commit 5dddd6e85d1655deedaca7df6631f9d010e04c09 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:53 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:53 +0000 www/proxygen: Add CPE information Approved by: portmgr (blanket) --- www/proxygen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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