# $Id: Portfile 88422 2012-01-02 01:18:04Z ryandesign@macports.org $
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup python 1.0

name                py-mimeparse
version             0.1.3
python.versions     24 25 26 27 31 32
categories-append   www
license             MIT
platforms           darwin
supported_archs     noarch
maintainers         singingwolfboy openmaintainer
description         Basic functions for handling mimetypes in Python
long_description    ${description}
homepage            http://pypi.python.org/pypi/mimeparse/
master_sites        http://pypi.python.org/packages/source/m/mimeparse
distname            mimeparse-${version}

checksums           rmd160  4ca6689b4002371b87b4e992d9f5fd6c43023e9e \
                    sha256  534ff6feefe1cd03984f444e6415aacc79c0a85f3b868ec41a2fd5003004c31e

livecheck.type      regex
livecheck.regex     {mimeparse-(\d+(?:\.\d+)*)}
