diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-12 05:47:44 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-12 05:47:44 +0000 |
commit | e147182622d87c27a5717564b094edee31ccc70b (patch) | |
tree | 24c1352fe6315f6230f9eeb46d3da292fb895e50 /textproc/Makefile | |
parent | f36fcd52f273a1b1112ed822369105c8042e515b (diff) |
Add ruby-libxml (version 0.01), a libxml2 binding for Ruby with both
libxml and Ruby APIs.
PR: ports/40392
Submitted by: Sean Chittenden <sean@chittenden.org>
Notes
Notes:
svn path=/head/; revision=62846
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 ef44fa67ad31..46df5972d8b1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -282,6 +282,7 @@ SUBDIR += ruby-htmlcompact SUBDIR += ruby-htmlrepair SUBDIR += ruby-htmlsplit + SUBDIR += ruby-libxml SUBDIR += ruby-mwdom SUBDIR += ruby-nqxml SUBDIR += ruby-qt2xml |