1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/wireguard/Makefile
Bernhard Froehlich 64db1ca142
net/wireguard: Mark DEPRECATED
This metaport was only useful when we had multiple wireguard ports in
the portstree. With the deprecation of net/wireguard-kmod this metaport
is also not needed anymore.
2023-10-01 12:18:48 +00:00

19 lines
380 B
Makefile

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 \
${KMODDIR}/if_wg.ko:net/wireguard-kmod
DEPRECATED= Only useful for FreeBSD 12 which is EoL soon
EXPIRATION_DATE= 2023-12-31
USES= metaport
.include <bsd.port.mk>