# $Id: Portfile 52702 2009-06-21 20:25:56Z alakazam@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-morbid
version           0.8.7.1
categories        python
platforms         darwin
maintainers       alakazam

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-setuptools \
                   port:py25-twisted \
                   port:py25-stomper

checksums         md5     984dc4667a9bcc2e10f3a03f751399ef \
                  sha1    5b69fbd9cedc59bb1f2ac8c07a6e9caec53fb6a3 \
                  rmd160  1af2f84b5f3596b48385e51998c46648965d52e2

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