diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index dbefc9bfa2f7..8c8a47e45997 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP BROKEN= broken with ruby1.9 threads +DEPRECATED= Only for threadless ruby, use ruby-gem erubis instead +EXPIRATION_DATE= 2014-06-20 USE_RUBY= yes diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 81eab373ea8c..6adf1e0cd922 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= An Apache module that embeds Ruby interpreter within BROKEN= broken with ruby1.9 threads +DEPRECATED= Only for threadless ruby +EXPIRATION_DATE= 2014-06-20 USES= perl5 USE_APACHE= 22