# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-configsaver
version			0.2
categories		python sysutils
platforms		darwin
maintainers		nomaintainer
description		synchronize files using a gmail account
long_description	configsaver is a small commandline utility written in \
			Python that will synchronize the files you specify using your \
			gmail account.

homepage		http://atlee.ca/software/configsaver/
master_sites	http://atlee.ca/software/configsaver/
distname		configsaver-${version}
checksums		md5 da82b5baa23ed3868e9623b6c5684184

depends_run-append	port:py-libgmail

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

