aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-deep_test/Makefile
blob: e65f3d18e8ef1c869aa948c35a48d6d3b53509de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>