16 lines
286 B
Makefile
16 lines
286 B
Makefile
PORTNAME= minitest
|
|
PORTVERSION= 5.20.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Minitest provides a complete suite of testing facilities
|
|
WWW= https://github.com/minitest/minitest
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|