# -*- 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 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-mako
version				0.2.5
categories-append   www
maintainers			akitada
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
depends_build       port:py26-distribute

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

checksums           md5     d8ca783630dc5e93970a2075532fa643 \
                    sha1    b3e4d48c30b5a2d273959e3921de428772f2acb4 \
                    rmd160  53341654526e5636d3eb3c5472bf53446d82dfad
