summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2010-09-29 23:35:35 +0000
committerjoerg <joerg>2010-09-29 23:35:35 +0000
commit1e9f8771ebdec48386dc85560dfc487bf7c7dd6b (patch)
tree2ef8384640e89c7eb92658b671621142170cfbae /www
parent3679718e6920d37fbc7245344b31ba48b14108e5 (diff)
downloadpkgsrc-1e9f8771ebdec48386dc85560dfc487bf7c7dd6b.tar.gz
Restrict to Ruby 1.8 as dependency is restricted
Diffstat (limited to 'www')
-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