# -*- 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
# $Id: Portfile 84550 2011-09-27 21:05:11Z snc@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
