# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 78058 2011-04-21 13:55:37Z snc@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-mustache
set real_name       pystache
version             0.3.1
categories-append   www
platforms           darwin
maintainers         snc gmail.com:jweede+macports openmaintainer
homepage            http://defunkt.github.com/mustache/
description         Logic-less templates, implemented in Python.
long_description    \
    Inspired by ctemplate and et, Mustache is a framework-agnostic way \
    to render logic-free views.

master_sites        http://pypi.python.org/packages/source/p/${real_name}/
distname            ${real_name}-${version}
checksums           sha1    829b5fc7c9819999ddd58fd9d681f776494c2e04 \
                    rmd160  e26573c9ffc9a9543e9508344e9d36702288085c
                    
livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     ${real_name}-(\\d+(\\.\\d+)+)
