diff options
author | swills <swills@FreeBSD.org> | 2013-10-21 11:10:52 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-21 11:10:52 +0800 |
commit | 0befa0d4d2f58f13e53397a2ea96a7796f0e4004 (patch) | |
tree | 9bd29d9dbf770cf168419450acd5dc3d905edde5 /databases/Makefile | |
parent | 7e367772f70573b2674b36ad68e07830674f8aa0 (diff) | |
download | freebsd-ports-gnome-0befa0d4d2f58f13e53397a2ea96a7796f0e4004.tar.gz freebsd-ports-gnome-0befa0d4d2f58f13e53397a2ea96a7796f0e4004.tar.zst freebsd-ports-gnome-0befa0d4d2f58f13e53397a2ea96a7796f0e4004.zip |
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>
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 |