a3129aeef9
(20-300 times faster than previous tools), multiple analysis modes, cross-referenced XHTML and several kinds of text reports, easy automation with Rake and Rant... WWW: http://rubyforge.org/projects/rcov/ PR: ports/122806 Submitted by: Steven Kreuzer
19 lines
328 B
Makefile
19 lines
328 B
Makefile
# Ports collection makefile for: rcov
|
|
# Date created: 15 April 2008
|
|
# Whom: Steven Kreuzer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rcov
|
|
PORTVERSION= 0.8.1.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= skreuzer@exit2shell.com
|
|
COMMENT= Code coverage tool for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
|
|
.include <bsd.port.mk>
|