# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 68255 2010-05-30 00:01:07Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-jinja2
version             2.5
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/Jinja2/
distname            Jinja2-${version}

checksums           md5 d02f82e33afe918cef8a9abcd23ccd78 \
                    sha1 2a2de83ab4ad00402e0ecf6aa877aed3a9549ca7 \
                    rmd160 d84d82d5a9ddd5caa51b38492f37739e45d5f815

depends_lib         port:py26-distribute

build.cmd-append    --with-speedups
destroot.cmd-append --with-speedups

livecheck.type  regex
livecheck.url   http://pypi.python.org/pypi/Jinja2/
livecheck.regex {Jinja2 ([0-9\.]+)}
