freebsd-ports/sysutils/rush/Makefile
Yuri Victorovich 08ca45421b sysutils/rush: update 0.5.2 → 0.5.3
Reported by:	portscout
2023-08-26 20:49:46 -07:00

20 lines
400 B
Makefile

PORTNAME= rush
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.3
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>