pkgsrc/devel/ruby-rcov/Makefile
joerg 852712577b Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-08 15:19:16 +00:00

18 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:17 joerg Exp $
DISTNAME= rcov-1.0.0
PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/relevance/rcov
COMMENT= Code coverage analysis for Ruby
LICENSE= gnu-gpl-v2 OR ruby-license
RUBY_VERSIONS_ACCEPTED= 18
USE_GCC_RUNTIME= yes
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"