diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-09-14 02:06:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-09-14 02:06:58 +0000 |
commit | 28071e639803800705a6938642ba75b31f925b45 (patch) | |
tree | 80b3dcb025ec943583a478981072ebc0ef107aa8 /mail/Makefile | |
parent | ec6354100bcad612065a1c296b7176385d726ed5 (diff) |
www/rubygem-rails4: create port for rails4
This port required creating a number of new ports, old versions of existing
ports and other adjustments, so do all that while here too.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.
WWW: http://www.rubyonrails.org
Submitted by: xmj (based on)
Notes
Notes:
svn path=/head/; revision=368156
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3b1e21f9b845..c9705fb9dd0a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -566,9 +566,11 @@ SUBDIR += ruby-rfilter SUBDIR += ruby-rmail SUBDIR += rubygem-actionmailer + SUBDIR += rubygem-actionmailer4 SUBDIR += rubygem-exception_notification SUBDIR += rubygem-larch SUBDIR += rubygem-mail + SUBDIR += rubygem-mail25 SUBDIR += rubygem-mailfactory SUBDIR += rubygem-pony SUBDIR += rubygem-qmail |