aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-09-14 02:06:58 +0000
committerSteve Wills <swills@FreeBSD.org>2014-09-14 02:06:58 +0000
commit28071e639803800705a6938642ba75b31f925b45 (patch)
tree80b3dcb025ec943583a478981072ebc0ef107aa8 /databases/Makefile
parentec6354100bcad612065a1c296b7176385d726ed5 (diff)
downloadports-28071e639803800705a6938642ba75b31f925b45.tar.gz
ports-28071e639803800705a6938642ba75b31f925b45.zip
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 'databases/Makefile')
-rw-r--r--databases/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 9866962d741e..f4d42a2c07b0 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -823,7 +823,9 @@
SUBDIR += ruby-sybct
SUBDIR += ruby-tokyocabinet
SUBDIR += rubygem-activemodel
+ SUBDIR += rubygem-activemodel4
SUBDIR += rubygem-activerecord
+ SUBDIR += rubygem-activerecord4
SUBDIR += rubygem-activerecord-jdbc-adapter
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
SUBDIR += rubygem-activerecord-mysql-adapter