mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
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
20 lines
328 B
Makefile
20 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>
|