16 lines
299 B
Makefile
16 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/deep_test
|
|
|
|
.include <bsd.port.mk>
|