Files
ports/sysutils/helmfile/Makefile
T
2026-05-09 13:25:51 -04:00

22 lines
482 B
Makefile

PORTNAME= helmfile
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.3
PORTREVISION= 5
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.25+,modules
GO_MODULE= github.com/${PORTNAME}/${PORTNAME}
GO_BUILDFLAGS= -ldflags="-X go.szostok.io/version.version=v${DISTVERSION}"
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>