blob: 127db0ae86270d12ef6db16aa66958c891597b32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= wireguard-kmod
PORTVERSION= 0.0.20210503
CATEGORIES= net net-vpn
MASTER_SITES= https://git.zx2c4.com/wireguard-freebsd/snapshot/
DISTNAME= wireguard-freebsd-${PORTVERSION}
MAINTAINER= decke@FreeBSD.org
COMMENT= WireGuard implementation for the FreeBSD kernel
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../COPYING
IGNORE_FreeBSD_11= only for FreeBSD 12.1 and newer
USES= kmod tar:xz uidfix
WRKSRC_SUBDIR= src
PLIST_FILES= ${KMODDIR}/if_wg.ko
.include <bsd.port.mk>
|