# $Id: Portfile,v 1.1 2004/09/02 23:59:41 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-xmpppy version 0.1-rc4 categories python net platforms darwin maintainers mww@opendarwin.org description python library providing easy scripting with jabber long_description ${description} homepage http://xmpppy.sourceforge.net/ master_sites sourceforge:xmpppy distname xmpppy-${version} checksums md5 0369d6503b4d6155f72e23f8320354b9 post-extract { file copy ${filespath}/setup.py ${worksrcpath} reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py } post-destroot { file delete -force ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} }