9c9d2cca6e
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>
20 lines
417 B
Makefile
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>
|