diff options
author | joerg <joerg@pkgsrc.org> | 2006-08-02 10:07:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-08-02 10:07:11 +0000 |
commit | aaf3f789d9eec856652b789154ae2ede5703b1a2 (patch) | |
tree | 057a790e77066d995a98923818ac9d2897a9d2ff /textproc/Makefile | |
parent | c935529d237f64fd7e1609ea6f9728a90ddbd7a9 (diff) | |
download | pkgsrc-aaf3f789d9eec856652b789154ae2ede5703b1a2.tar.gz |
Add textproc/py-yaml, a Python parser and emitter for YAML.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6a57130acc0..e75d2bd3078 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.328 2006/07/27 14:00:21 joerg Exp $ +# $NetBSD: Makefile,v 1.329 2006/08/02 10:07:11 joerg Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -266,6 +266,7 @@ SUBDIR+= py-libxslt SUBDIR+= py-textile SUBDIR+= py-xml SUBDIR+= py-xmltools +SUBDIR+= py-yaml SUBDIR+= pyDict SUBDIR+= qprint SUBDIR+= qsubst |