mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
bc03b273ca
With Hat: ruby@ Tested by: make checksum
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# New ports collection makefile for: rubygem-deeptest
|
|
# Date created: 7 April 2009
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $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>
|