19 lines
339 B
Makefile
19 lines
339 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= minitest
|
|
PORTVERSION= 4.7.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Minitest provides a complete suite of testing facilities
|
|
|
|
PKGNAMESUFFIX= 4
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|