diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-15 07:18:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-15 07:18:18 +0800 |
commit | 03bccaca7495375252c5505f9a21f69cbb6e6a77 (patch) | |
tree | b8839c78290f78670478c151325aafc3d526ba0b /textproc/Makefile | |
parent | ac4a85bcf097e53e32cb070778fb90e037a73fc3 (diff) | |
download | freebsd-ports-gnome-03bccaca7495375252c5505f9a21f69cbb6e6a77.tar.gz freebsd-ports-gnome-03bccaca7495375252c5505f9a21f69cbb6e6a77.tar.zst freebsd-ports-gnome-03bccaca7495375252c5505f9a21f69cbb6e6a77.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>
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 |