1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/sysutils/helmfile/Makefile
Ashish SHUKLA ab359b34c9
all: Bump after lang/go121 update
MFH:		2024Q1
2024-03-06 22:00:31 +00:00

22 lines
483 B
Makefile

PORTNAME= helmfile
DISTVERSIONPREFIX= v
DISTVERSION= 0.158.0
PORTREVISION= 3
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:1.21,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>