diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-27 15:09:15 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-27 15:09:15 +0000 |
commit | 11e00240067cc93b9113e83bd27111aa7e20ff1d (patch) | |
tree | 32c0c0e3cefb9035e6d6636343c3c19f8e2a4ad7 /textproc/Makefile | |
parent | 55c80788c166f5a424f632ae1a87071b20872349 (diff) |
Add ruby-html-fillinform, a Ruby library that automatically inserts
form data into HTML.
Notes
Notes:
svn path=/head/; revision=76574
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 74816daef147..60b6d706b9b5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -327,6 +327,7 @@ SUBDIR += ruby-format SUBDIR += ruby-formvalidator SUBDIR += ruby-gdome + SUBDIR += ruby-html-fillinform SUBDIR += ruby-html-parser SUBDIR += ruby-htmlcompact SUBDIR += ruby-htmlrepair |