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

PortSystem 1.0
PortGroup python24 1.0

name			py-mechanoid
version			0.5.22
categories		python www
platforms		darwin
maintainers		nomaintainer
description		programmatic browser python module
long_description	mechanoid is a programmatic browser written in Python. It \
			is intended as an engine which will do things like log in as \
			SourceForge project admin and do a Quick Release or send and \
			receive Yahoo mail. mechanoid is a fork of John J. Lee's mechanize.

homepage		http://python.org/pypi/mechanoid
master_sites	http://cheeseshop.python.org/packages/source/m/mechanoid/
distname		mechanoid-${version}
checksums		md5 65ac6241c06000174250b3fc05c96b38

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