diff options
Diffstat (limited to 'sysutils/mult/Makefile')
-rw-r--r-- | sysutils/mult/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/mult/Makefile b/sysutils/mult/Makefile new file mode 100644 index 000000000000..7774450e8b03 --- /dev/null +++ b/sysutils/mult/Makefile @@ -0,0 +1,22 @@ +PORTNAME= mult +DISTVERSIONPREFIX= v +DISTVERSION= 0.2.0 +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> |