Source
PortSystem 1.0
PortGroup python 1.0
name py-msnp
version 0.4.1
categories-append net
license GPL-2+
platforms darwin
supported_archs noarch
maintainers nomaintainer
description MSN messaging in Python
long_description msnp.py is an implementation of the MSN instant messaging \
protocol. A library, packaged as a Python module, with a smooth \
object-oriented API.
homepage http://msnp.sourceforge.net/
master_sites sourceforge:msnp
distname msnp.py-${version}
checksums md5 8e09e7126ad6b14a789ba4cd9178f9d2
python.versions 27
if {${name} ne ${subport}} {
post-destroot {
xinstall -m 644 -W ${worksrcpath} LICENSE PKG-INFO README tutorial.html \
${destroot}${prefix}/share/doc/${subport}
}
}