# $Id: Portfile 73249 2010-11-07 16:02:04Z alakazam@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-morbid
version           0.8.7.3
categories        python
platforms         darwin
maintainers       nomaintainer

description       A Twisted-based publish/subscribe messaging server that uses the STOMP protocol
long_description  Morbid is a STOMP publish/subscribe server with absolutely \
                  no potential to cluster. It supports publish/subscribe \
                  topics, and runs as a single node.

homepage          http://www.morbidq.com/
master_sites      http://pypi.python.org/packages/source/m/morbid/
distname          morbid-${version}

depends_lib-append port:py25-distribute \
                   port:py25-twisted \
                   port:py25-stomper

checksums           md5     5a2458def7e583a10c46c046dbab9c4a \
                    sha1    36cf50606c1cd97c0bce310ced35d48d7eda7d3d \
                    rmd160  c70a5cddd15071074407243d670fe4e0d3b9be16

livecheck.type    regex
livecheck.url     http://pypi.python.org/pypi/morbid/
livecheck.regex   {morbid (\d+(?:\.\d+)*)}
