diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-14 23:18:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-14 23:18:18 +0000 |
commit | 9eacfa6b4b45ac5dab5fbb988c50f737f485e475 (patch) | |
tree | a8246bbd5d7a87a58fb6e49c238f218d7e78c4c3 /textproc/Makefile | |
parent | 94b541488fa7a68477e3d7aeb76987e8282ebe29 (diff) | |
download | ports-9eacfa6b4b45ac5dab5fbb988c50f737f485e475.tar.gz ports-9eacfa6b4b45ac5dab5fbb988c50f737f485e475.zip |
This is an interface into HTML::SuperForm through the Template Toolkit. When
created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
Template's stash is searched for an Apache object or a CGI object to pass to
HTML::SuperForm's constructor.
When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
the arguments are passed to HTML::SuperForm's constructor.
A dep for www/p5-Gantry
Reported by: Cezary Morga <cm@therek.net>
Notes
Notes:
svn path=/head/; revision=237826
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d8f4c9ef745a..2f816398a1f4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -598,6 +598,7 @@ SUBDIR += p5-Template-Declare SUBDIR += p5-Template-Extract SUBDIR += p5-Template-Magic + SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape SUBDIR += p5-Test-Perl-Critic |