# $Id: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name            py25-libgmail
version         0.1.11
categories      python mail
platforms       darwin
maintainers     raimue openmaintainer
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     247477ac98b39658fdcdee8d65639e51 \
                sha1    485a06227043104e192839e895325f2c9df09d15 \
                rmd160  8b5ee3717052ecced320cfd1edcf56cbbe8281e1

depends_lib-append \
                port:py25-distribute \
                port:py25-mechanize

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

