| 1 | # $Id: Portfile 37028 2008-05-23 11:41:37Z ryandesign@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup python25 1.0 |
|---|
| 5 | |
|---|
| 6 | name py25-jinja |
|---|
| 7 | version 1.2 |
|---|
| 8 | categories-append devel |
|---|
| 9 | maintainers rick@wzoeterwoude.net |
|---|
| 10 | description Python based sandboxed template engine |
|---|
| 11 | long_description \ |
|---|
| 12 | Jinja is a sandboxed template engine written in pure Python licensed\ |
|---|
| 13 | under the BSD license. It provides a Django-like non-XML syntax and\ |
|---|
| 14 | compiles templates into executable python code. It's basically a\ |
|---|
| 15 | combination of Django templates and python code. |
|---|
| 16 | |
|---|
| 17 | platforms darwin |
|---|
| 18 | |
|---|
| 19 | homepage http://sphinx.pocoo.org/ |
|---|
| 20 | master_sites http://pypi.python.org/packages/source/J/Jinja/ |
|---|
| 21 | distname Jinja-${version} |
|---|
| 22 | |
|---|
| 23 | checksums md5 1235a005ade00b213800ff1e798c0241 \ |
|---|
| 24 | sha1 46fcf22ce2a1d432296ebfe16bcf11ce17f5c097 \ |
|---|
| 25 | rmd160 5b0a9ba2241e8ec6417b382384bbe3e1bf4dba8a |
|---|