summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-04-04 21:11:42 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-04-04 21:11:42 +0000
commit2929a99bad579d593ba4e88f2f9eb14ba5e99134 (patch)
treedce843e4acbcaa214325bcaddecc708b26f0201d /databases/Makefile
parentWhile generating commit message, don't lowercase the first letter if the second (diff)
Add p5-Class-DBI-AsForm 2.2, produce HTML form elements for database
columns. This module helps to generate HTML forms for creating new database rows or editing existing rows. It maps column names in a database table to HTML form elements which fit the schema. Large text fields are turned into textareas, and fields with a has-a relationship to other Class::DBI tables are turned into select drop-downs populated with objects from the joined class. WWW: http://search.cpan.org/dist/Class-DBI-AsForm/ PR: ports/65147 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=106154
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 634e9d2f2096..a9d1a9f75f2a 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -112,6 +112,7 @@
SUBDIR += p5-CDB_File-Generator
SUBDIR += p5-Class-DBI
SUBDIR += p5-Class-DBI-AbstractSearch
+ SUBDIR += p5-Class-DBI-AsForm
SUBDIR += p5-Class-DBI-BaseDSN
SUBDIR += p5-Class-DBI-FromCGI
SUBDIR += p5-Class-DBI-Loader