# $Id: Portfile,v 1.1 2006/01/25 01:55:28 landonf Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-twistednames
version			0.2.0
categories		python devel net
maintainers		landonf@opendarwin.org
description		Python domain name server and client resolver library.
long_description	Twisted Names is both a domain name server as well \
			as a client resolver library. 

homepage		http://www.twistedmatrix.com/
master_sites		http://tmrc.mit.edu/mirror/twisted/Names/0.2/
distname		TwistedNames-${version}
use_bzip2		yes
checksums		md5 1266570ddc8ca0d7c6d0ea117aae9021

depends_lib-append	port:py-twisted

