# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-beepy
version			0.5
revision		1
categories		python
platforms		darwin
maintainers		nomaintainer
description		python library implementing BEEP (RFC3080)
long_description	The BEEPy Python BEEP Library is an implementation of the \
				Blocks Extensible Exchange Protocol (RFC3080), written as a \
				Python library. 

homepage		http://beepy.sourceforge.net/
master_sites	sourceforge:beepy
distname		BEEPy-${version}
checksums		md5 974230416e47a8a8f2f92c165b629fa6
use_bzip2		yes

depends_run		port:py-twisted

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} COPYRIGHT INSTALL LICENSE README \
		${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath}/doc CHANGES FAQ HOWTO RELEASE_NOTES TODO \
		architecture.dia architecture.png ${destroot}${prefix}/share/doc/${name}
}
