aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mult/Makefile
blob: f51a122a4d8f7856d8d8a28ebef71db468c52007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>