ports/sysutils/mult/Makefile
2026-02-11 14:21:45 -05:00

24 lines
402 B
Makefile

PORTNAME= mult
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
PORTREVISION= 3
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>