diff options
author | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
commit | 72147b96ab06e2b9ba055685a62e6ba84b3003e1 (patch) | |
tree | 863f7f355b58052b95a57f7d0ca9c9cef8e22234 /devel/ruby-debug | |
parent | 1a4b88380de4a9bad30df320617f55bf20775fa5 (diff) | |
download | pkgsrc-72147b96ab06e2b9ba055685a62e6ba84b3003e1.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-debug')
-rw-r--r-- | devel/ruby-debug/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-debug/Makefile b/devel/ruby-debug/Makefile index 24fef4c386f..3d1b3c672a0 100644 --- a/devel/ruby-debug/Makefile +++ b/devel/ruby-debug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/09/15 09:02:55 taca Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/07 17:20:25 taca Exp $ DISTNAME= ruby-debug-0.10.2 PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME} @@ -11,6 +11,8 @@ COMMENT= Command line interface for ruby-debug DEPENDS+= ${RUBY_PKGPREFIX}-columnize>=0.1:../../misc/ruby-columnize DEPENDS+= ${RUBY_PKGPREFIX}-ruby-debug-base>=0.10.2{,nb[0-9]*}:../../devel/ruby-debug-base +RUBY_VERSION_SUPPORTED= 18 + post-extract: cd ${WRKSRC} && echo ${PKGVERSION_NOREV} > VERSION |