# $Id: Portfile 76360 2011-02-20 23:16:27Z perry@macports.org $

PortSystem              1.0
PortGroup               python27 1.0

name                    py27-markupsafe
version                 0.12
maintainers             perry openmaintainer
platforms               darwin

description             Implements a XML/HTML/XHTML Markup safe string for Python
long_description        ${description}
license                 BSD
homepage                http://pypi.python.org/pypi/MarkupSafe/

livecheck.regex         {: MarkupSafe (.+)<}
livecheck.type          regex
livecheck.url           ${homepage}

depends_build-append    port:py27-distribute

distname                MarkupSafe-${version}
master_sites            http://pypi.python.org/packages/source/M/MarkupSafe/

checksums               rmd160 4794fa52cf61599caf6b2e7f4436eb78efe57eb4
