diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 09:39:49 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 09:42:24 +0000 |
commit | f1948014665f00a4b2990520144237ebda7b47c5 (patch) | |
tree | 800fe38fb29598a1e25153a54b6632938276e169 | |
parent | fcb8c62fd30243ee5b3fc35f88ead1833b2844b9 (diff) |
net/wangle: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net/wangle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 9eeec1048f6a..b84ec4ed1682 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -19,10 +19,11 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libglog.so:devel/glog \ libsodium.so:security/libsodium -USES= cmake compiler:c++17-lang ssl +USES= cmake compiler:c++17-lang cpe ssl USE_GITHUB= yes GH_ACCOUNT= facebook USE_LDCONFIG= yes +CPE_VENDOR= facebook WRKSRC_SUBDIR= ${PORTNAME} |