aboutsummaryrefslogtreecommitdiff
path: root/net/wireguard
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireguard')
-rw-r--r--net/wireguard/Makefile16
-rw-r--r--net/wireguard/pkg-descr9
-rw-r--r--net/wireguard/pkg-message17
3 files changed, 0 insertions, 42 deletions
diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile
deleted file mode 100644
index 0bbfde1a7435..000000000000
--- a/net/wireguard/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-PORTNAME= wireguard
-PORTVERSION= 2
-PORTEPOCH= 1
-CATEGORIES= net net-vpn
-
-MAINTAINER= decke@FreeBSD.org
-COMMENT= Meta-port for Wireguard
-WWW= https://www.wireguard.com
-
-RUN_DEPENDS= wg-quick:net/wireguard-tools
-
-USES= metaport
-
-RUN_DEPENDS+= ${KMODDIR}/if_wg.ko:net/wireguard-kmod
-
-.include <bsd.port.mk>
diff --git a/net/wireguard/pkg-descr b/net/wireguard/pkg-descr
deleted file mode 100644
index 7c9d42f09d5c..000000000000
--- a/net/wireguard/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-WireGuard is an extremely simple yet fast and modern VPN that utilizes
-state-of-the-art cryptography. It aims to be faster, simpler, leaner, and
-more useful than IPSec, while avoiding the massive headache. It intends to
-be considerably more performant than OpenVPN. WireGuard is designed as a
-general purpose VPN for running on embedded interfaces and super computers
-alike, fit for many different circumstances.
-
-This package does not contain anything by itself - it is a "meta-port" that
-depends on other wireguard packages.
diff --git a/net/wireguard/pkg-message b/net/wireguard/pkg-message
deleted file mode 100644
index 967ea4e54b52..000000000000
--- a/net/wireguard/pkg-message
+++ /dev/null
@@ -1,17 +0,0 @@
-[
-{ type: install
- message: <<EOM
-For FreeBSD < 12.1 only the userland implementation wireguard-go is
-available.
-
-For FreeBSD >= 12.1 we default to use the kernel module if_wg(4).
-
-If you experience problems with it you can switch back to wireguard-go
-by removing net/wireguard-kmod and making sure net/wireguard-go is
-installed.
-The userland tools wg-quick(8) and wg(8) try to use kernel support if
-the kernel module is available and otherwise fall back to wireguard-go
-automatically. Config files are fully compatible.
-EOM
-}
-]