foundationdb 7.x supports CMake & Ninja directly, and this
fork has significant FreeBSD improvements. This port allows users to
further validate and improve the port with various client libraries,
without needing to build FoundationDB entirely from scratch each time.
It depends on the preceding https://reviews.freebsd.org/D23278 for
mono as a build-time only dependency.
To Do:
```
- [ ] Find out why this only builds with `ninja -j1` under poudriere
- [ ] test and add OPTIONS for
- [ ] Build Java Bindings OFF
- [ ] Build with TLS support OFF
- [ ] Build Go bindings OFF
- [ ] Build Ruby bindings OFF
- [ ] Build Python sdist (make package) ON
- [ ] Build Documentation (make html) OFF
```