# $Id: Portfile,v 1.1 2005/11/29 08:18:40 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-libgmail
version			0.1.3.3
categories		python mail
platforms		darwin
maintainers		darwinports@opendarwin.org
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 ebef72abd4fbccdad9291378ac625d9a

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

