ChangeLog: https://github.com/helmfile/helmfile/releases PR: 267004 Reported by: timp87@gmail.com (maintainer)
21 lines
462 B
Makefile
21 lines
462 B
Makefile
PORTNAME= helmfile
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.147.0
|
|
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>
|