aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2013-05-30 12:51:11 +0000
committerFrederic Culot <culot@FreeBSD.org>2013-05-30 12:51:11 +0000
commit1407beb4f8db4a7a5f303105ec1aa63778dc070c (patch)
tree246bcc4140e47ab09268ac654cb5c06427de8970 /databases/Makefile
parent53290a367d94b4f2ba0b64c0671b7a63f8d449f7 (diff)
downloadports-1407beb4f8db4a7a5f303105ec1aa63778dc070c.tar.gz
ports-1407beb4f8db4a7a5f303105ec1aa63778dc070c.zip
SQL::Abstract::More Generates SQL from Perl datastructures. This is a
subclass of SQL::Abstract, fully compatible with the parent class, but it handles a few additional SQL constructs, and provides a different API with named parameters instead of positional parameters, so that various SQL fragments are more easily identified. This module was designed for the specific needs of DBIx::DataModel, but is published as a standalone distribution, because it may possibly be useful for other needs. WWW: http://search.cpan.org/dist/SQL-Abstract-More/ PR: ports/176883 Submitted by: Espen Tagestad <espen@tagestad.no>
Notes
Notes: svn path=/head/; revision=319423
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 9b182a03238b..a44f427cee27 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -465,6 +465,7 @@
SUBDIR += p5-Rose-DBx-Object-Renderer
SUBDIR += p5-SQL-Abstract
SUBDIR += p5-SQL-Abstract-Limit
+ SUBDIR += p5-SQL-Abstract-More
SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti
SUBDIR += p5-SQL-Interp
SUBDIR += p5-SQL-Maker