summaryrefslogtreecommitdiff
path: root/devel/ruby-rcov
diff options
context:
space:
mode:
authortaca <taca>2010-09-07 17:20:24 +0000
committertaca <taca>2010-09-07 17:20:24 +0000
commitb6a41a8a0f95c7431a26891789f610f52a1a4633 (patch)
tree863f7f355b58052b95a57f7d0ca9c9cef8e22234 /devel/ruby-rcov
parent14eb95b469ad35093a90dbd61371304ba5206b7f (diff)
downloadpkgsrc-b6a41a8a0f95c7431a26891789f610f52a1a4633.tar.gz
* Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up. No functional change.
Diffstat (limited to 'devel/ruby-rcov')
-rw-r--r--devel/ruby-rcov/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-rcov/Makefile b/devel/ruby-rcov/Makefile
index f4a920e5534..d684e146fd8 100644
--- a/devel/ruby-rcov/Makefile
+++ b/devel/ruby-rcov/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:21 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/07 17:20:25 taca Exp $
DISTNAME= rcov-0.8.1.2.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -8,5 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://eigenclass.org/hiki.rb?rcov
COMMENT= code coverage analysis for Ruby
+RUBY_VERSION_SUPPORTED= 18
+
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"