diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-03 05:20:46 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-03 05:20:46 +0000 |
commit | fdc8eabdc20c24361fdf99d9d20e2a9d32a508c0 (patch) | |
tree | 5deb34b9ff505d0cc80cb2bbcae53716c565d2b3 /textproc/Makefile | |
parent | d4e4e659017a2d92a0b348f8063a51b50481636c (diff) | |
download | ports-fdc8eabdc20c24361fdf99d9d20e2a9d32a508c0.tar.gz ports-fdc8eabdc20c24361fdf99d9d20e2a9d32a508c0.zip |
Add ruby-htree, a Ruby library to manipulate HTML/XML tree data
structure.
Notes
Notes:
svn path=/head/; revision=108244
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 0fe5358f2ee8..2a4e7f0c3933 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -467,6 +467,7 @@ SUBDIR += ruby-htmlcompact SUBDIR += ruby-htmlrepair SUBDIR += ruby-htmlsplit + SUBDIR += ruby-htree SUBDIR += ruby-libxml SUBDIR += ruby-libxslt SUBDIR += ruby-mwdom |