2010-08-09 06:50:27 +02:00
|
|
|
# Ports collection makefile for: rubygem-test-unit
|
|
|
|
# Date created: 30 July 2010
|
|
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= test-unit
|
2013-07-13 15:00:56 +02:00
|
|
|
PORTVERSION= 2.5.5
|
2010-08-09 06:50:27 +02:00
|
|
|
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>
|