diff options
author | taca <taca> | 2010-09-07 17:20:24 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-07 17:20:24 +0000 |
commit | 4e8eaa4ef716c212d6bd2d38717017c74787ad79 (patch) | |
tree | 863f7f355b58052b95a57f7d0ca9c9cef8e22234 /textproc/ruby-eruby | |
parent | d8c86693cbc928b614ceeb88e1b9ece42af98eca (diff) | |
download | pkgsrc-4e8eaa4ef716c212d6bd2d38717017c74787ad79.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 'textproc/ruby-eruby')
-rw-r--r-- | textproc/ruby-eruby/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-eruby/Makefile b/textproc/ruby-eruby/Makefile index 754f9558fef..41f535125d2 100644 --- a/textproc/ruby-eruby/Makefile +++ b/textproc/ruby-eruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/07/14 12:56:13 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2010/09/07 17:20:26 taca Exp $ DISTNAME= eruby-${ERUBY_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -12,6 +12,9 @@ COMMENT= Interprets Ruby code embedded in a text file PKG_DESTDIR_SUPPORT= user-destdir +# Need to update encoding processing. +RUBY_VERSION_SUPPORTED= 18 + # manual page conflicts. CONFLICTS+= ruby[1-9][0-9]-eruby-* |