diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-27 14:00:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-27 14:00:21 +0000 |
commit | 035c2e4ece94937814274dad29480dc15e25ec1a (patch) | |
tree | 32ec3dcb329ea89abb2dca860d6a5e23a61fb26f /textproc | |
parent | 89843f1e13818fe9504199cda1b6140683bd97e3 (diff) | |
download | pkgsrc-035c2e4ece94937814274dad29480dc15e25ec1a.tar.gz |
Add and active textproc/py-cmTemplate, a small, efficient template
engine for Python.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3050ad2595a..6a57130acc0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.327 2006/07/12 17:44:29 heinz Exp $ +# $NetBSD: Makefile,v 1.328 2006/07/27 14:00:21 joerg Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -251,6 +251,7 @@ SUBDIR+= py-HappyDoc SUBDIR+= py-Lupy SUBDIR+= py-Reverend SUBDIR+= py-SimpleParse +SUBDIR+= py-cmTemplate SUBDIR+= py-csv SUBDIR+= py-docutils SUBDIR+= py-dtml |