diff options
Diffstat (limited to 'sysutils/pipeform/Makefile')
-rw-r--r-- | sysutils/pipeform/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/pipeform/Makefile b/sysutils/pipeform/Makefile new file mode 100644 index 000000000000..1574be768b31 --- /dev/null +++ b/sysutils/pipeform/Makefile @@ -0,0 +1,21 @@ +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> |