diff options
author | adam <adam@pkgsrc.org> | 2017-12-18 11:09:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-18 11:09:14 +0000 |
commit | 465d633ece91f68edde0358fcc5a5f7f678c3a06 (patch) | |
tree | 40998989a4ef490cdaf97537cbe496d618ac84df /textproc/Makefile | |
parent | 1318ec20a6e3e156770ae938d5f8fd0fc742b942 (diff) | |
download | pkgsrc-465d633ece91f68edde0358fcc5a5f7f678c3a06.tar.gz |
py-jade: added version 4.0.0
PyJade is a high performance port of Jade-lang for python, that converts any
.jade source to the each Template-language (Django, Jinja2, Mako or Tornado).
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 b9bf7d33218..0f257d973a8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.970 2017/11/26 23:38:17 minskim Exp $ +# $NetBSD: Makefile,v 1.971 2017/12/18 11:09:14 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -752,6 +752,7 @@ SUBDIR+= py-html5lib SUBDIR+= py-humanize SUBDIR+= py-inflection SUBDIR+= py-iniparse +SUBDIR+= py-jade SUBDIR+= py-jellyfish SUBDIR+= py-jinja2 SUBDIR+= py-jmespath |