1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/py-Jinja/pkg-plist
Nicola Vitale da5cceaf35 Jinja is a small but very fast and easy to use stand-alone template engine
written in pure python.
Since version 0.6 it uses a new parser that increases parsing performance
a lot by caching the nodelists on the harddisk if wanted.
It includes multiple template inheritance and other features like simple
value escaping.

Author: Armin Ronacher
WWW:	http://wsgiarea.pocoo.org/jinja/
2007-02-16 10:05:44 +00:00

5 lines
241 B
Plaintext

@comment $FreeBSD$
@unexec %%EASY_INSTALL_CMD%% -q -m -S %D/%%PYTHON_SITELIBDIR%% %%PORTNAME%%==%%PORTVERSION%%
%%PYTHON_SITELIBDIR%%/%%PYJINJA_EGG%%
@exec %%EASY_INSTALL_CMD%% -q -N -S %D/%%PYTHON_SITELIBDIR%% %%PORTNAME%%==%%PORTVERSION%%