diff options
author | pav <pav@FreeBSD.org> | 2005-11-18 01:19:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-18 01:19:19 +0800 |
commit | c8fe929167b98e9675f64e0e821cb909bc5313e4 (patch) | |
tree | c1cdedd0c371f3f5da981fd7674aec76f94e3959 /www/Makefile | |
parent | 939a39a350018f45b8e594d1e643c653ede51ec8 (diff) | |
download | freebsd-ports-gnome-c8fe929167b98e9675f64e0e821cb909bc5313e4.tar.gz freebsd-ports-gnome-c8fe929167b98e9675f64e0e821cb909bc5313e4.tar.zst freebsd-ports-gnome-c8fe929167b98e9675f64e0e821cb909bc5313e4.zip |
FormEncode is a validation and form generation package. The validation can be
used separately from the form generation. The validation works on compound data
structures, with all parts being nestable. It is separate from HTTP or any
other input mechanism.
PR: ports/89160
Submitted by: Choe Cheng-Dae <whitekid@gmail.com>
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 ad45b498cbe8..724b840d4469 100644 --- a/www/Makefile +++ b/www/Makefile @@ -722,6 +722,7 @@ SUBDIR += py-cssutils SUBDIR += py-fcgi SUBDIR += py-forgethtml + SUBDIR += py-formencode SUBDIR += py-htmltestcase SUBDIR += py-imdbpy SUBDIR += py-jonpy |