From 6fbde8aaf51fc0bcaf991519b739b0592c98f740 Mon Sep 17 00:00:00 2001 From: stas Date: Sun, 6 Apr 2008 08:58:21 +0000 Subject: - Add ruby 1.9 support - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss [1] (gems maintainer) Tested by: ports@ --- devel/rubygem-ruby-debug/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'devel/rubygem-ruby-debug') diff --git a/devel/rubygem-ruby-debug/Makefile b/devel/rubygem-ruby-debug/Makefile index aa2797813d6e..68f18e34f5bb 100644 --- a/devel/rubygem-ruby-debug/Makefile +++ b/devel/rubygem-ruby-debug/Makefile @@ -15,6 +15,7 @@ COMMENT= A generic command line interface for ruby-debug RUN_DEPENDS= rubygem-ruby-debug-base>=0.10.0:${PORTSDIR}/devel/rubygem-ruby-debug-base -.include -.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" -.include +USE_RUBY= yes +USE_RUBYGEMS= yes + +.include -- cgit