diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-11 21:33:44 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-11 21:33:44 +0000 |
commit | 086b756a18a347526f850de3fb7b905d78a50311 (patch) | |
tree | c16477676ba5ac1aee20f455cf480b904f27cbf5 /textproc/Makefile | |
parent | - Update to 1.4.0 beta1 (diff) |
libhtmlparse is a lightweight HTML parsing library. It is designed for
applications where speed is critical and certain advanced features aren't
necessary. It's intended to be as simple as possible to use.
PR: ports/75704
Submitted by: Mooneer Salem <mooneer(at)translator.cx>
Notes
Notes:
svn path=/head/; revision=128544
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 904a7ce7e150..bfee0702c1b9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -195,6 +195,7 @@ SUBDIR += latte SUBDIR += libcroco SUBDIR += libebml + SUBDIR += libhtmlparse SUBDIR += liblingoteach SUBDIR += liblrdf SUBDIR += libparsifal |