diff options
Diffstat (limited to 'devel/ruby-simplecov-html/Makefile')
-rw-r--r-- | devel/ruby-simplecov-html/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-simplecov-html/Makefile b/devel/ruby-simplecov-html/Makefile index 6b613b9cabd..7ea707c6a88 100644 --- a/devel/ruby-simplecov-html/Makefile +++ b/devel/ruby-simplecov-html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/03/17 15:16:36 taca Exp $ +# $NetBSD: Makefile,v 1.2 2012/12/16 16:49:11 taca Exp $ -DISTNAME= simplecov-html-0.5.3 +DISTNAME= simplecov-html-0.7.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/colszowka/simplecov-html COMMENT= Default HTML formatter for SimpleCov code coverage tool LICENSE= gnu-gpl-v2 OR ruby-license +RUBY_VERSION_SUPPORTED= 193 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |