# $Id: Portfile,v 1.2 2006/03/14 08:41:15 blb Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-twistedconch
version			0.6.0
categories		python devel net
maintainers		cce@cs.brown.edu
description		An SSH and SFTP protocol implementation together with clients and servers
long_description	Twisted Conch is a part of the Twisted project and provides an SSH and SFTP \
			protocol implementation together with clients and servers. Twisted Web is \
			available under the MIT Free Software licence.

homepage		http://twistedmatrix.com/projects/web/
master_sites	        http://tmrc.mit.edu/mirror/twisted/Conch/0.6/
distname		TwistedConch-${version}
use_bzip2		yes
checksums		md5 9630a9b95c709267b45068ff5bc8df2f

depends_build-append	port:py-twisted port:py-crypto
