# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name            py-libgmail
version         0.1.5.1
categories      python mail
platforms       darwin
maintainers     eridius
description     Python binding for accessing Gmail
long_description    The libgmail project is a pure Python binding to provide \
            access to Google's Gmail web-mail service.

homepage        http://libgmail.sourceforge.net/
master_sites    sourceforge:libgmail
distname        libgmail-${version}
checksums       md5 97b6fdd56b715068fddc38edb21b91cf \
                sha1 6d23e50e402d8c8cdafa88ad14191cd0a6b1fb3a

post-destroot   {
    xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYING PKG-INFO README \
        ${destroot}${prefix}/share/doc/${name}
}

