mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Changes: https://github.com/socketry/sus/releases https://github.com/socketry/sus/commits/main
22 lines
364 B
Makefile
22 lines
364 B
Makefile
PORTNAME= sus
|
|
PORTVERSION= 0.31.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast and scalable test runner
|
|
WWW= 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>
|