mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
64db1ca142
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.
19 lines
380 B
Makefile
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>
|