forked from Lainports/opnsense-ports
27 lines
617 B
Makefile
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>
|