aboutsummaryrefslogtreecommitdiff
path: root/sysutils/serf/Makefile
blob: 6d58d224a3673d6a0adbfd4c0bf553b4673d38e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	serf
PORTVERSION=	0.8.5
DISTVERSIONPREFIX=	v
PORTREVISION=	7
CATEGORIES=	sysutils
PKGNAMEPREFIX=	hashicorp-

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Service discovery and configuration made easy
WWW=		https://serfdom.io/

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>