mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
0521aa487f
- 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
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
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/
|