freebsd-ports/devel/py-Jinja2/pkg-descr
Nicola Vitale 0521aa487f - Update WWW, and remove Author field (pkg-descr)
- Bump PORTREVISION (change pkg-plist)
- Convert to the new options framework
- Remove LICENSE_FILE variable
- Remove address no longer available from MASTER_SITES
- Run 2to3 script on examples/docs dir, and include
  devel/py-virtualenv/files/py3-fix-pkg-plist.inc when
  Python version >= 3.0
- Rearrange Makefile to support a slave port (Jinja2-doc),
  that only installs documentation. That is to avoid a
  circular dependency between this port and textproc/py-sphinx,
  which is necessary to build docs
- Add a test target to Makefile

BuildLog:	http://goo.gl/yfMhR
2012-09-05 21:56:12 +00:00

6 lines
281 B
Text

Jinja is a sandboxed template engine written in pure Python licensed
under the BSD license. It provides a Django-like non-XML syntax and
compiles templates into executable python code. It's basically a
combination of Django templates and python code.
WWW: http://jinja.pocoo.org/