freebsd-ports/devel/rubygem-test-unit/Makefile
Martin Wilke 9c9d2cca6e Test::Unit 2.x - Improved version of Test::Unit bundled
in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit.

Test::Unit bundled in Ruby 1.8.x had not been improved but
unbundled Test::Unit (Test::Unit 2.x) will be improved actively.

WWW: http://rubyforge.org/projects/test-unit/

PR:		ports/149376
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-08-09 04:50:27 +00:00

20 lines
417 B
Makefile

# Ports collection makefile for: rubygem-test-unit
# Date created: 30 July 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= test-unit
PORTVERSION= 2.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= Improved version of Test::Unit bundled in Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>