pkgsrc/devel/ruby-rcov/Makefile
jlam 61334e824b Initial import of ruby18-rcov-0.8.1.2.0 as devel/ruby-rcov.
Ruby-rcov is a code coverage tool for Ruby.  It is commonly used for
viewing overall test unit coverage of target code.  It features fast
execution (20-300 times faster than previous tools), multiple analysis
modes, XHTML and several kinds of text reports, easy automation with
Rake via a RcovTask, fairly accurate coverage information through code
linkage inference using simple heuristics, and colorblind-friendliness.
2008-04-04 15:18:21 +00:00

12 lines
341 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:21 jlam Exp $
DISTNAME= rcov-0.8.1.2.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://eigenclass.org/hiki.rb?rcov
COMMENT= code coverage analysis for Ruby
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"