aboutsummaryrefslogtreecommitdiff
path: root/net/boringtun
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2019-04-05 06:53:40 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2019-04-05 06:53:40 +0000
commitbfcdb83f0aa31b956ec65ac5bfa29a3d3cfae3a5 (patch)
treeb995d173c422cbd338db6820d90bcf821fb1ad14 /net/boringtun
parent91c715c8c4e8ba70233e941e48344e43657a7b49 (diff)
downloadports-bfcdb83f0aa31b956ec65ac5bfa29a3d3cfae3a5.tar.gz
ports-bfcdb83f0aa31b956ec65ac5bfa29a3d3cfae3a5.zip
Notes
Diffstat (limited to 'net/boringtun')
-rw-r--r--net/boringtun/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/boringtun/Makefile b/net/boringtun/Makefile
index 1eaccf778440..f8a26da61ab9 100644
--- a/net/boringtun/Makefile
+++ b/net/boringtun/Makefile
@@ -14,6 +14,9 @@ COMMENT= CloudFlares Userspace WireGuard implementation in Rust
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+IGNORE= has unclear project status because the only release was \
+ silently deleted upstream
+
RUN_DEPENDS= wg-quick:net/wireguard
USES= cargo