freebsd-ports/devel/rubygem-deeptest/Makefile
Philip M. Gollucci 1699380068 DeepTest enables tests to run in parallel using multiple processes. Processes
may spawned locally to take advantage of multiple processors on a single
machine or distributed across many machines to take advantage of distributed
processing.

Sponsored by:   RideCharge Inc.
2009-04-08 19:40:13 +00:00

22 lines
474 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= RF
MASTER_SITE_SUBDIR= deep-test
MAINTAINER= pgollucci@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>