# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-turbojson version 1.1.2 platforms darwin supported_archs noarch license MIT maintainers nomaintainer 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. homepage http://pypi.python.org/pypi/TurboJson/ master_sites pypi:T/TurboJson/ distname TurboJson-${version} checksums md5 21969123122e02d87e2727a73e950796 \ sha1 62b789ba593ad9f1e4b7a9b89660f252a56db835 \ rmd160 5d18dfd76a8b78f1b2e5512d4293356039211e67 python.versions 27 if {${name} ne ${subport}} { depends_lib port:py${python.version}-ruledispatch post-destroot { xinstall -m 644 -W ${worksrcpath} \ README.txt ${destroot}${prefix}/share/doc/${subport} } }