# -*- 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 73939 2010-11-30 02:06:58Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-jinja2
version             2.5.5
revision            1
categories-append   devel
license             BSD
maintainers         jmr openmaintainer
supported_archs     noarch

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 83b20c1eeb31f49d8e6392efae91b7d5 \
                    sha1 a983513cdc4c371007323cc2288f9add32e76f65 \
                    rmd160 dd11840c285e05ff53d6b18f5d92c093fa6b23ca

depends_lib         port:py26-distribute \
                    port:py26-markupsafe

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