5e9514d742
* Fix PLIST with newer rubygems and ruby21.
17 lines
409 B
Makefile
17 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/03/01 15:50:01 taca Exp $
|
|
|
|
DISTNAME= rcov-1.0.0
|
|
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_VERSION_SUPPORTED= 18
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|