# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem			1.0
PortGroup			python25 1.0
name				py25-mako
version				0.1.10
categories-append		www
maintainers			stechert
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}

checksums			sha1 d50ab35540a8df85853cb34be32b39a25f84786c \
				rmd 60c62949962acd573b793b03c93727719ca2707c

