1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/rubygem-rcov/Makefile
Martin Wilke a3129aeef9 rcov is (mainly) a code coverage tool for Ruby featuring fast execution
(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
2008-04-29 19:04:11 +00:00

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>