mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
![Nicola Vitale](/assets/img/avatar_default.png)
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/
5 lines
241 B
Plaintext
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%%
|