diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2004-12-02 12:09:25 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2004-12-02 12:09:25 +0000 |
commit | f699053fe5c7a257dba29b24e0d40d3ab2440bd4 (patch) | |
tree | 99ffc39f3d8a4c620aa536590899d2760ab89ff4 /textproc/Makefile | |
parent | Syck is a YAML parser for popular scripting languages (diff) |
Python binding for Syck, a YAML parser and emitter
Notes
Notes:
svn path=/head/; revision=122977
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 bae87bf7f07d..b5c1f33b1130 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -512,6 +512,7 @@ SUBDIR += py-rdflib SUBDIR += py-rxp SUBDIR += py-sgrep + SUBDIR += py-syck SUBDIR += py-wordnet SUBDIR += py-xml SUBDIR += py-xmltools |