# -*- 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 python24 1.0 name py-turbokid version 1.0.4 maintainers akitada openmaintainer description TurboGears plugin to support use of Kid templates long_description This package provides a template engine plugin, \ allowing you to easily use Kid with TurboGears, \ Buffet or other systems that support \ python.templating.engines. platforms darwin homepage http://www.turbogears.org/ master_sites http://pypi.python.org/packages/source/T/TurboKid/ distname TurboKid-${version} checksums md5 0dc9eba1783244a9800b8c4316d38341 \ sha1 31f07da56fe8899aff73fbe1f251e0c985a3239f \ rmd160 407792b9e77ec53314955daf83bd32e5b0b9be07 depends_lib port:py-kid post-destroot { xinstall -m 644 -W ${worksrcpath} \ README.txt ${destroot}${prefix}/share/doc/${name} }