diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 15:51:00 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 15:51:00 +0000 |
commit | 995bd9e729a2cb3d517deb3f5d3a99e806184072 (patch) | |
tree | f586a04003d87dbf2082cbb59b5f04b9f043ffc2 /textproc/Makefile | |
parent | a34c947526b53d5b33f04d825df9e0a49fd50b96 (diff) |
Add ruby-formvalidator, a Ruby module to validate data coming in from
HTML forms.
Notes
Notes:
svn path=/head/; revision=75943
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 b1a1d5d4e591..4f2fe17a26a3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -324,6 +324,7 @@ SUBDIR += ruby-amrita SUBDIR += ruby-csv SUBDIR += ruby-format + SUBDIR += ruby-formvalidator SUBDIR += ruby-gdome SUBDIR += ruby-html-parser SUBDIR += ruby-htmlcompact |