diff options
author | knu <knu@FreeBSD.org> | 2003-02-27 16:12:21 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-27 16:12:21 +0000 |
commit | 8c26427b1ca7c59a024daa99cda892f7376fb562 (patch) | |
tree | 5a5bbbe75a31e04e23e0566170d9de6b3dff3ab7 /textproc/Makefile | |
parent | 0132263bc4f9e9ae9c139a95d01120dc13c20f9e (diff) | |
download | FreeBSD-ports-8c26427b1ca7c59a024daa99cda892f7376fb562.zip FreeBSD-ports-8c26427b1ca7c59a024daa99cda892f7376fb562.tar.gz |
Add ruby-html-template, a Ruby library to use HTML as a template file
from CGI scripts.
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 60b6d70..1baa683 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -329,6 +329,7 @@ SUBDIR += ruby-gdome SUBDIR += ruby-html-fillinform SUBDIR += ruby-html-parser + SUBDIR += ruby-html-template SUBDIR += ruby-htmlcompact SUBDIR += ruby-htmlrepair SUBDIR += ruby-htmlsplit |