summaryrefslogtreecommitdiff
path: root/sysutils/mult/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mult/Makefile')
-rw-r--r--sysutils/mult/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/mult/Makefile b/sysutils/mult/Makefile
new file mode 100644
index 000000000000..f51a122a4d8f
--- /dev/null
+++ b/sysutils/mult/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= mult
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.2.0
+PORTREVISION= 1
+CATEGORIES= sysutils
+
+MAINTAINER= olgeni@FreeBSD.org
+COMMENT= Run a command multiple times and glance at the outputs
+WWW= https://github.com/dhth/mult
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+USE_GITHUB= yes
+GH_ACCOUNT= dhth
+
+GO_MODULE= github.com/dhth/mult
+
+PLIST_FILES= bin/mult
+
+.include <bsd.port.mk>