# -*- 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 78753 2011-05-21 14:00:08Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			   py25-cometd
version			   0.2
categories		   python
platforms		   darwin
maintainers		   nomaintainer
description		   Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern known as Comet.
homepage		   http://www.cometd.com/
fetch.type         svn
svn.url             http://svn.cometd.com/trunk/cometd-twisted
depends_build		port:py25-twisted-web2
worksrcdir         cometd-twisted
