aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-minitest4/Makefile
blob: e35897a00fd84109089058dafe88e2667612ad8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=   minitest
PORTVERSION=    4.7.5
CATEGORIES= devel rubygems
MASTER_SITES=   RG
PKGNAMESUFFIX=  4

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Minitest provides a complete suite of testing facilities

LICENSE=    MIT

NO_ARCH=    yes

USE_RUBY=       yes
USE_RUBYGEMS=       yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>