aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-minitest/Makefile
blob: 364bbe5d32cecd61d5391a59d266a4483b1e4ef7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	minitest
PORTVERSION=	5.25.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Minitest provides a complete suite of testing facilities
WWW=		https://docs.seattlerb.org/minitest/ \
		https://github.com/minitest/minitest

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>