# -*- 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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python24 1.0

name                py-mako
version             0.1.10
categories-append   www
maintainers         dh
description         A super-fast templating language that borrows \
                    the best ideas from the existing templating \
                    languages.

long_description \
    Mako is a template library written in Python. \
    It provides a familiar, non-XML syntax which \
    compiles into Python modules for maximum \
    performance. Mako's syntax and API borrows from \
    the best ideas of many others, including Django \
    templates, Cheetah, Myghty, and Genshi. Conceptually, \
    Mako is an embedded Python (i.e. Python Server Page) \
    language, which refines the familiar ideas of \
    componentized layout and inheritance to produce one \
    of the most straightforward and flexible models \
    available, while also maintaining close ties to \
    Python calling and scoping semantics.

platforms           darwin

homepage            http://www.makotemplates.org/
master_sites        http://cheeseshop.python.org/packages/source/M/Mako/
distname            Mako-${version}

livecheck.url       ${homepage}download.html
livecheck.type      regex
livecheck.regex     "Current version is <b>(\\d+(?:\\.\\d+)*)</b>"

checksums           sha1 d50ab35540a8df85853cb34be32b39a25f84786c
