diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-04 01:30:57 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-04 01:30:57 +0000 |
commit | f3342f93f39f606b04fbb1f8fafeccc9be407440 (patch) | |
tree | 99cefa20603944e222c0bd586127a8237381a90f /lang | |
parent | aab2ff6debcc9ade62e8978004332dc083c3c045 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-extensions/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby-lua/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby-perl/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/lang/ruby-extensions/Makefile b/lang/ruby-extensions/Makefile index 585ea4e9260c..8977a814e698 100644 --- a/lang/ruby-extensions/Makefile +++ b/lang/ruby-extensions/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Useful extensions for Ruby's standard classes +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + RUBY_SETUP= install.rb USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/lang/ruby-lua/Makefile b/lang/ruby-lua/Makefile index 3c61a0301a4f..43687de8d303 100644 --- a/lang/ruby-lua/Makefile +++ b/lang/ruby-lua/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension to make Lua script language as a class +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + USE_LUA= 5.0 USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 0e2335b89597..d26c217a9c96 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -15,6 +15,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension module to use the functions of Perl from Ruby +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + USE_PERL5= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |