# -*- 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 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-cogen
version             0.2.1
maintainers         stromnov openmaintainer

description         Library for network oriented, coroutine based programming.

long_description    Coroutines and asynchronous I/O using enhanced generators \
                    from python 2.5, including a enhanced WSGI server.

platforms           darwin

homepage            http://code.google.com/p/cogen/
master_sites        googlecode:cogen
distname            cogen-${version}

use_zip             yes

checksums           md5     6c765905e4bc0278d35dd5c0011d032d \
                    sha1    6163a459f3dc007fd6832de12b7d26bcdaea295b \
                    rmd160  3e3a9ce41179e8482f6b7861f6a79f070a6e36f0

depends_build       port:py26-distribute
