mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Changes: https://github.com/minitest/minitest/blob/master/History.rdoc https://docs.seattlerb.org/minitest/History_rdoc.html
17 lines
327 B
Makefile
17 lines
327 B
Makefile
PORTNAME= minitest
|
|
PORTVERSION= 5.22.3
|
|
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>
|