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/rake | |
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/rake')
-rw-r--r-- | devel/rake/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile index 3fb92a9e4da..8106db37c30 100644 --- a/devel/rake/Makefile +++ b/devel/rake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/06/10 21:51:17 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2010/09/07 17:20:24 taca Exp $ DISTNAME= rake-0.8.7 CATEGORIES= devel @@ -10,6 +10,8 @@ COMMENT= Ruby Make USE_TOOLS+= gzip GEM_BUILD= gemspec +# rake is bundled Ruby 1.9 +RUBY_VERSION_SUPPORTED= 18 INSTALLATION_DIRS= ${PKGMANDIR}/man1 post-extract: |