summaryrefslogtreecommitdiff
path: root/devel/rubygem-deep_test/Makefile
blob: 743939a4e852156d7eb1d3072fdab698a8021b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	deep_test
PORTVERSION=	1.2.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Enable tests to run in parallel using multiple processes

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/deep_test

.include <bsd.port.mk>