diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-13 00:41:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-13 00:41:31 +0800 |
commit | 5ff295ef804fbc96ccb372dd665fc8c68bbf7771 (patch) | |
tree | 1bd88a2a6eea4427853e81648806e7aeeac22814 /textproc/Makefile | |
parent | 3b3422ae02c67b248522c94c34a2e9f5c75a6dbd (diff) | |
download | freebsd-ports-gnome-5ff295ef804fbc96ccb372dd665fc8c68bbf7771.tar.gz freebsd-ports-gnome-5ff295ef804fbc96ccb372dd665fc8c68bbf7771.tar.zst freebsd-ports-gnome-5ff295ef804fbc96ccb372dd665fc8c68bbf7771.zip |
This extension provides WBXML (Wireless Binary XML) conversion capabilities
using the libwbxml library, which can be found at https://libwbxml.opensync.org/
WWW: http://pecl.php.net/package/WBXML/
PR: ports/132552
Submitted by: Florian Smeets <flo at kasimir.com>
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 52d49666e4e3..3e77e5a160a5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -821,6 +821,7 @@ SUBDIR += pecl-html_parse SUBDIR += pecl-stem SUBDIR += pecl-syck + SUBDIR += pecl-wbxml SUBDIR += pecl-xdiff SUBDIR += pecl-xslcache SUBDIR += perl2html |