aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-14 23:17:35 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-14 23:17:35 +0000
commit94b541488fa7a68477e3d7aeb76987e8282ebe29 (patch)
treea09f0290cf3216ac93bd11752197483c78b8059e /textproc/Makefile
parent718714fe82f36a271e6ba72f3b7b433c3f5b53d3 (diff)
downloadports-94b541488fa7a68477e3d7aeb76987e8282ebe29.tar.gz
ports-94b541488fa7a68477e3d7aeb76987e8282ebe29.zip
Used in its basic form, this module provides an interface for generating basic
HTML form elements much like HTML::StickyForms does. The main difference is HTML::SuperForm returns HTML::SuperForm::Field objects rather than plain HTML. This allows for more flexibilty when generating forms for a complex application. To get the most out of this module, use it as a base (Super) class for your own form object which generates your own custom fields. If you don't use it this way, I guess there's really nothing Super about it. Example are shown later in the document. The interface was designed with mod_perl and the Template Toolkit in mind, but it works equally well in any cgi environment. A dep for www/p5-Gantry Reported by: Cezary Morga <cm@therek.net>
Notes
Notes: svn path=/head/; revision=237825
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 47e094f09254..d8f4c9ef745a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -434,6 +434,7 @@
SUBDIR += p5-HTML-Fraction
SUBDIR += p5-HTML-RewriteAttributes
SUBDIR += p5-HTML-SBC
+ SUBDIR += p5-HTML-SuperForm
SUBDIR += p5-HTML-TagFilter
SUBDIR += p5-HTML-Tidy
SUBDIR += p5-HTML-Tiny