summaryrefslogtreecommitdiff
path: root/www/ap-ruby
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-09-29 23:35:35 +0000
committerjoerg <joerg@pkgsrc.org>2010-09-29 23:35:35 +0000
commitfd67e4b155e9f5955ff548f0fa75406de67788bf (patch)
tree2ef8384640e89c7eb92658b671621142170cfbae /www/ap-ruby
parentafee5afc6c8d5032dfe6467181f52c5e2da08cdf (diff)
downloadpkgsrc-fd67e4b155e9f5955ff548f0fa75406de67788bf.tar.gz
Restrict to Ruby 1.8 as dependency is restricted
Diffstat (limited to 'www/ap-ruby')
-rw-r--r--www/ap-ruby/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/ap-ruby/Makefile b/www/ap-ruby/Makefile
index 72c66da8374..4991bfba6d6 100644
--- a/www/ap-ruby/Makefile
+++ b/www/ap-ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2010/09/10 10:50:27 taca Exp $
+# $NetBSD: Makefile,v 1.36 2010/09/29 23:35:35 joerg Exp $
#
DISTNAME= mod_ruby-${VERSION}
@@ -12,6 +12,9 @@ COMMENT= Apache module that embeds Ruby interpreter within
PKG_DESTDIR_SUPPORT= user-destdir
+# textproc/ruby-eruby is restricted to 1.8
+RUBY_VERSION_SUPPORTED= 18
+
APACHE_MODULE= yes
PKG_APACHE_ACCEPTED= apache13 apache2 apache22
USE_APR= yes