opnsense-ports/net/wireguard-go/Makefile
Franco Fichtner b6cb4f60c3 net/wireguard-go: sync with upstream
Taken from: HardenedBSD
2018-06-22 07:32:36 +02:00

27 lines
617 B
Makefile

# $FreeBSD$
PORTNAME= wireguard-go
PORTVERSION= 0.0.20180613
CATEGORIES= net
MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ \
LOCAL/decke
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-${PORTVERSION}-vendor${EXTRACT_SUFX}
MAINTAINER= decke@FreeBSD.org
COMMENT= WireGuard implementation in Go
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= go:lang/go \
dep:devel/dep
USES= gmake tar:xz
PLIST_FILES= bin/${PORTNAME}
# The vendor tar file is generated with the script from
# https://people.freebsd.org/~decke/wireguard-go-genvendor.sh
.include <bsd.port.mk>