1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/rush/Makefile
2023-12-07 02:22:10 +00:00

22 lines
416 B
Makefile

PORTNAME= rush
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -parallelization-tool
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command-line tool for executing jobs in parallel
WWW= https://github.com/shenwei356/rush
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/shenwei356/rush
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>