Files
bsdports/ruby/rubygem-minitest/Makefile
2019-12-26 07:26:06 +00:00

19 lines
379 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD: head/devel/rubygem-minitest/Makefile 486287 2018-11-30 20:05:12Z sunpoet $
PORTNAME= minitest
PORTVERSION= 5.13.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Minitest provides a complete suite of testing facilities
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>