Changes: https://github.com/socketry/sus/blob/main/releases.md https://socketry.github.io/sus/releases/
24 lines
400 B
Makefile
24 lines
400 B
Makefile
PORTNAME= sus
|
|
PORTVERSION= 0.34.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast and scalable test runner
|
|
WWW= https://socketry.github.io/sus/ \
|
|
https://github.com/socketry/sus
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/sus \
|
|
bin/sus-host \
|
|
bin/sus-parallel \
|
|
bin/sus-tree
|
|
|
|
.include <bsd.port.mk>
|