aboutsummaryrefslogtreecommitdiff
path: root/sysutils/helmfile/Makefile
blob: c7ba707a784edaa38c2086956caf02997950999c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	helmfile
DISTVERSIONPREFIX=	v
DISTVERSION=	0.147.0
PORTREVISION=	1
CATEGORIES=	sysutils

MAINTAINER=	timp87@gmail.com
COMMENT=	Helmfile is a declarative spec for deploying helm charts
WWW=		https://github.com/helmfile/helmfile

LICENSE=	MIT

RUN_DEPENDS=	helm:sysutils/helm

USES=		go:modules
GO_MODULE=	github.com/${PORTNAME}/${PORTNAME}
GO_BUILDFLAGS=	-ldflags="-X go.szostok.io/version.version=v${PORTVERSION}"

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>