PortSystem 1.0
PortGroup python 1.0

name			py-xmpppy
version			0.4.1
revision		1
categories		python net
platforms		{darwin any}
supported_archs	noarch
maintainers		csh.rit.edu:mfisher openmaintainer
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	27

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