Ticket #17431: Portfile

File Portfile, 948 bytes (added by hircus@…, 16 years ago)

py-jinja Portfile

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python24 1.0
5
6name                py-jinja
7version             1.2
8categories-append   devel
9maintainers         hircus@macports.org
10description         Python based sandboxed template engine
11long_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
17platforms           darwin
18
19homepage            http://sphinx.pocoo.org/
20master_sites        http://pypi.python.org/packages/source/J/Jinja/
21distname            Jinja-${version}
22
23checksums           md5 1235a005ade00b213800ff1e798c0241 \
24                    sha1 46fcf22ce2a1d432296ebfe16bcf11ce17f5c097 \
25                    rmd160 5b0a9ba2241e8ec6417b382384bbe3e1bf4dba8a
26
27depends_lib-append  port:py-setuptools