# $Id: Portfile 100716 2012-12-21 07:19:21Z jmr@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-xmpppy
version			0.4.1
revision		1
categories		python net
platforms		darwin
maintainers		gboyce csh.rit.edu:mfisher
description		python library providing easy scripting with jabber
long_description	${description}

homepage		http://xmpppy.sourceforge.net/
master_sites	sourceforge:xmpppy
distname		xmpppy-${version}
checksums		sha1 8bc83c2acc2da68dc73099f7a1137353c7d6f859 \
			md5  ca36d685643f2c56ab07323a09ece9e4

python.versions	24 25 26

if {$subport != $name} {
    post-destroot	{
        file delete -force ${destroot}${prefix}/share/doc/${subport}
        file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
    }
}
