diff options
author | rm <rm@FreeBSD.org> | 2012-03-26 03:30:49 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-03-26 03:30:49 +0800 |
commit | eb6b764a5afd73d5c0851e1981a714baf61dc26c (patch) | |
tree | 51775e9a87796aad97b7a5cb40f6da39ad300cac /textproc/Makefile | |
parent | 82b4886ba88e8c434d373e77266940b5163146d1 (diff) | |
download | freebsd-ports-gnome-eb6b764a5afd73d5c0851e1981a714baf61dc26c.tar.gz freebsd-ports-gnome-eb6b764a5afd73d5c0851e1981a714baf61dc26c.tar.zst freebsd-ports-gnome-eb6b764a5afd73d5c0851e1981a714baf61dc26c.zip |
Pystache is a Python implementation of Mustache.
Inspired by ctemplate and et, Mustache is a framework-agnostic
way to render logic-free views.
WWW: https://github.com/defunkt/pystache
PR: 166314
Submitted by: Grzegorz Blach <magik@roorback.net>
Feature safe: yes
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 f4b259c6b416..c987e5fcf343 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1126,6 +1126,7 @@ SUBDIR += py-paragrep SUBDIR += py-pss SUBDIR += py-pygments + SUBDIR += py-pystache SUBDIR += py-pyx12 SUBDIR += py-qt4-xml SUBDIR += py-qt4-xmlpatterns |