blob: 6f717b0565205dbfaaaaa084fd816f65be885462 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= sus
PORTVERSION= 0.33.1
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>
|