abieber 534067f39f Update to 1.20.2
- remove upstreamed patch
2022-01-21 18:03:42 +00:00

31 lines
545 B
Makefile

# $OpenBSD: Makefile,v 1.7 2022/01/21 18:03:42 abieber Exp $
BROKEN-i386 = unix.EPROTO not defined
COMMENT = modern overlay-like VPN built on top of WireGuard
MODGO_MODNAME = tailscale.com
MODGO_VERSION = v1.20.2
DISTNAME = tailscale.com-${MODGO_VERSION}
PKGNAME = tailscale-${MODGO_VERSION:S/v//}
CATEGORIES = net
HOMEPAGE = https://tailscale.com/
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
# BSD-3
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
WRKDIST = ${WRKSRC}
.include "modules.inc"
.include <bsd.port.mk>