# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-jinja
version             1.2
categories-append   devel
license             BSD
maintainers         jmr openmaintainer
description         Python based sandboxed template engine
long_description \
    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.

platforms           darwin

homepage            http://jinja.pocoo.org/
master_sites        http://pypi.python.org/packages/source/J/Jinja/
distname            Jinja-${version}

checksums           md5 1235a005ade00b213800ff1e798c0241 \
                    sha1 46fcf22ce2a1d432296ebfe16bcf11ce17f5c097 \
                    rmd160 5b0a9ba2241e8ec6417b382384bbe3e1bf4dba8a

depends_lib-append  port:py26-distribute

livecheck.type      regex
livecheck.url       ${homepage}1/download
livecheck.regex     {<h2>Latest Release: ([0-9.]+)</h2>}
