diff options
author | erwin <erwin@FreeBSD.org> | 2006-01-12 01:30:07 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-01-12 01:30:07 +0800 |
commit | 39fb2eb6ab188029f6a266d34e24c80daecc07a8 (patch) | |
tree | 91d8fc5373c7e990a206d6c36ee3f0af4182f40f /www/Makefile | |
parent | 11ed6810b2220e601743deba6f7c50ecb279512b (diff) | |
download | freebsd-ports-graphics-39fb2eb6ab188029f6a266d34e24c80daecc07a8.tar.gz freebsd-ports-graphics-39fb2eb6ab188029f6a266d34e24c80daecc07a8.tar.zst freebsd-ports-graphics-39fb2eb6ab188029f6a266d34e24c80daecc07a8.zip |
Create easy to maintain HTML widgets!
Everything is optional, use validation only or just generate forms, you
can embed and merge them later.
The API was designed similar to other popular modules like Data::Form-
Validator and FormValidator::Simple, HTML::FillInForm is also built in
(and much faster).
WWW: http://search.cpan.org/dist/HTML-Widget/
PR: ports/91672
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fdef80394d1..e867b5e55b4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -585,6 +585,7 @@ SUBDIR += p5-HTML-TokeParser-Simple SUBDIR += p5-HTML-Tree SUBDIR += p5-HTML-Webmake + SUBDIR += p5-HTML-Widget SUBDIR += p5-HTML-Widgets-SelectLayers SUBDIR += p5-HTML-WikiConverter SUBDIR += p5-HTTP-Body |