# $Id: Portfile 56077 2009-08-24 03:27:06Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-twisted-web2
version			0.2.0
categories		python devel net
platforms		darwin
maintainers		nomaintainer
description		Twisted.Web2 is the next generation Web Server \
			Framework built with Twisted.
long_description	Twisted.Web2 is the next generation Web Server \
			Framework built with Twisted. Web2 is under active \
			development and it's APIs should not be considered \
			stable at this point. It is not a version of \
			Twisted.Web and with that in mind compatibility is \
			not of the highest concern, though the compatibility \
			layer does support many but not all twisted.web \
			resources.
homepage		http://twistedmatrix.com/projects/web2/
master_sites	        http://tmrc.mit.edu/mirror/twisted/Web2/
distname		TwistedWeb2-${version}
use_bzip2		yes
checksums		md5 7d6dea006d7f1e004df9f6aad730fbee

depends_build-append	port:py-twisted
