0bdd2ad334
Earlier I bumped the default Go to 1.24. Ports that specify a lower version will still build with those lower version (for now), so they don't need a bumping. Instead I'm bumping anything that (now) has go124 as a dependency.
22 lines
416 B
Makefile
22 lines
416 B
Makefile
PORTNAME= rush
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.5.7
|
|
PORTREVISION= 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>
|