diff options
Diffstat (limited to 'www/mod_ruby/Makefile')
-rw-r--r-- | www/mod_ruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 7adf03b5c86d..25d7477e390b 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= An Apache module that embeds Ruby interpreter within +NO_STAGE= yes + USES= perl5 USE_APACHE= 22 USE_RUBY= yes @@ -28,7 +30,6 @@ DOCS_EN= COPYING ChangeLog LEGAL LICENSE.apreq NOTICE \ README.en doc/default.css doc/*.en.* DOCS_JA= README.ja doc/default.css doc/*.ja.* -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${APACHE_VERSION} > 20 |