blob: c88b72f4729bf2a8127fdfb8433b0b0177535094 (
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.20210606
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>
|