# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-turbojson
version             1.1.2
maintainers         akitada openmaintainer
description         Python template plugin that supports JSON
long_description    This package provides a template engine plugin, \
                    allowing you to easily use JSON via the simplejson \
                    module with TurboGears, Buffet or other systems \
                    that support python.templating.engines.
platforms           darwin
homepage            http://pypi.python.org/pypi/TurboJson/
master_sites        http://pypi.python.org/packages/source/T/TurboJson/
distname            TurboJson-${version}
checksums           md5 21969123122e02d87e2727a73e950796 \
                    sha1 62b789ba593ad9f1e4b7a9b89660f252a56db835 \
                    rmd160 5d18dfd76a8b78f1b2e5512d4293356039211e67
depends_lib         port:py25-ruledispatch
post-destroot {
	xinstall -m 644 -W ${worksrcpath} \
		README.txt ${destroot}${prefix}/share/doc/${name}
}
