ports/sysutils/mult/Makefile
2025-12-29 17:30:07 +01:00

23 lines
386 B
Makefile

PORTNAME= mult
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.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>