diff options
author | danfe <danfe@FreeBSD.org> | 2019-07-10 17:38:32 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2019-07-10 17:38:32 +0800 |
commit | c949990683e2fe2ec876f07574e9601fc4ccca7b (patch) | |
tree | 82da48bbc0bec40efd8ab909fd85686d60743fc2 /www/Makefile | |
parent | 14edd7e943645d2841a5d1da18e5e3c44c1e1fa6 (diff) | |
download | freebsd-ports-gnome-c949990683e2fe2ec876f07574e9601fc4ccca7b.tar.gz freebsd-ports-gnome-c949990683e2fe2ec876f07574e9601fc4ccca7b.tar.zst freebsd-ports-gnome-c949990683e2fe2ec876f07574e9601fc4ccca7b.zip |
Envoy is a high performance C++ distributed edge and service proxy for
cloud-native services and applications.
Envoy is originally built with Bazel, monstrous build system written in
Java which does silly things like downloading dependencies from GitHub
and is just a PITA to work against. This port is built with two simple
makefiles and GNU make(1). Protobuf semantic validation was disabled
because it apparently requires pulling in ``Go'' language, and I'm not
comfortable with this technology yet.
Note that this port currently requires DEFAULT_VERSIONS+=ssl=boringssl
added to your /etc/make.conf file.
WWW: https://www.envoyproxy.io/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b406d79df57f..1dc1b7052515 100644 --- a/www/Makefile +++ b/www/Makefile @@ -142,6 +142,7 @@ SUBDIR += elixir-webassembly SUBDIR += emacs-w3m SUBDIR += encode-explorer + SUBDIR += envoy SUBDIR += ephemera SUBDIR += epiphany SUBDIR += erlang-cowboy |