diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-21 08:58:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-21 08:58:59 +0000 |
commit | d5f006b60e4978d5cfbbf6258eca9590530a49a1 (patch) | |
tree | 6a3b8d759dfa2b8b6c20da3ff95ed34cb69e7072 /textproc/Makefile | |
parent | c922ba5227b6320d6e1dc2a33fd4c01ffa1508de (diff) |
The syck extension is a binding to the Syck library which facilitates
YAML parsing.
YAML(tm) (rhymes with "camel") is a straightforward machine parsable
data serialization format designed for human readability and
interaction with scripting languages. YAML is optimized for data
serialization, configuration settings, log files, Internet
messaging and filtering.
WWW: http://pecl.php.net/package/syck/
PR: ports/115252
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Notes
Notes:
svn path=/head/; revision=198033
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 d717d7367410..29bbed6b813e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -738,6 +738,7 @@ SUBDIR += pear-XML_Wddx SUBDIR += pecl-ctemplate SUBDIR += pecl-stem + SUBDIR += pecl-syck SUBDIR += pecl-xdiff SUBDIR += perl2html SUBDIR += permute |