freebsd-ports/sysutils/serf/Makefile
Steve Wills a948a437fe sysutils/serf: Switch to USES=go:modules, fix build with go1.13beta1
PR:		238927
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-07-01 17:55:32 +00:00

28 lines
400 B
Makefile

# $FreeBSD$
PORTNAME= serf
PORTVERSION= 0.8.3
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
PKGNAMEPREFIX= hashicorp-
MAINTAINER= swills@FreeBSD.org
COMMENT= Service discovery and configuration made easy
LICENSE= MPL20
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
GO_TARGET= ./cmd/${PORTNAME}
USE_RC_SUBR= serf
USERS= serf
GROUPS= serf
PLIST_FILES= bin/serf
.include <bsd.port.mk>