summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/mod_ruby/Makefile6
-rw-r--r--www/mod_ruby/pkg-descr1
2 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile
index 9f15d78..bbda83a 100644
--- a/www/mod_ruby/Makefile
+++ b/www/mod_ruby/Makefile
@@ -26,9 +26,9 @@ SNAPSHOT_DATE= 2000.08.04
APXS= ${LOCALBASE}/sbin/apxs
-RUBY= ${LOCALBASE}/bin/ruby
-RUBY_VER= 1.4
-RUBY_ARCH= ${ARCH}-freebsd${OSREL}
+RUBY?= ${LOCALBASE}/bin/ruby
+RUBY_VER?= 1.4
+RUBY_ARCH?= ${ARCH}-freebsd${OSREL}
DOCS_EN= ChangeLog README.en
DOCS_JA= README.ja
diff --git a/www/mod_ruby/pkg-descr b/www/mod_ruby/pkg-descr
index 0b3c9a7..adc1606 100644
--- a/www/mod_ruby/pkg-descr
+++ b/www/mod_ruby/pkg-descr
@@ -2,4 +2,5 @@ mod_ruby embeds the Ruby interpreter into the Apache web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.
+Author: Shugo Maeda <shugo@netlab.co.jp>
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=mod_ruby
OpenPOWER on IntegriCloud