diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-21 03:10:52 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-21 03:10:52 +0000 |
commit | 1335e072f57b3f1d4a312d5ace1b3212ff6c0a62 (patch) | |
tree | 9bd29d9dbf770cf168419450acd5dc3d905edde5 /databases/Makefile | |
parent | 2d0ea5fc366deda24f3d3892f71c07bea9008575 (diff) |
Seed Fu is an attempt to once and for all solve the problem of inserting and
maintaining seed data in a database. It uses a variety of techniques gathered
from various places around the web and combines them to create what is
hopefully the most robust seed data system around.
WWW: http://github.com/mbleigh/seed-fu
PR: ports/182705
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes
Notes:
svn path=/head/; revision=331087
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index bc3b23c6a2fe..2ba8fb55a8f4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -876,6 +876,7 @@ SUBDIR += rubygem-redis SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-rubyrep + SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-tarantool |