# $Id: Portfile 102584 2013-02-05 04:25:13Z larryv@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-mechanoid
version			0.5.22
categories-append	www
license			GPL-2+
platforms		darwin
supported_archs	noarch
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

python.versions	24

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