summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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