Jimmy Olgeni 873bf4fd31 sysutils/pipeform: Add new port
pipeform is a terminal user interface (TUI) for displaying Terraform
runtime progress. It provides an interactive visual representation of
Terraform operations.
2025-07-09 21:07:21 +02:00

22 lines
370 B
Makefile

PORTNAME= pipeform
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
CATEGORIES= sysutils
MAINTAINER= olgeni@FreeBSD.org
COMMENT= TUI for Terraform runtime progress
WWW= https://github.com/magodo/pipeform
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/magodo/pipeform
CGO_ENABLED= 0
PLIST_FILES= bin/pipeform
.include <bsd.port.mk>