a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-beepy
version 0.5
revision 1
categories python
platforms darwin
maintainers nomaintainer@macports.org
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}
}