diff options
author | sem <sem@FreeBSD.org> | 2005-02-11 21:33:44 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-11 21:33:44 +0000 |
commit | 6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60 (patch) | |
tree | 6054b4662c0d2f2cabffc289b570cbdf5663f2d2 /textproc/Makefile | |
parent | bfadc898214cac8be251e600b881abcba3ec25e6 (diff) | |
download | FreeBSD-ports-6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60.zip FreeBSD-ports-6ec1271f0616f8d2bc1aa5ce5e453e30430d1a60.tar.gz |
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>
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 904a7ce..bfee070 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 |