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

PortSystem 1.0
PortGroup python25 1.0

name			py25-clientcookie
version			1.3.0
categories		python www
platforms		darwin
maintainers		nomaintainer
description		python module for handling HTTP cookies
long_description	ClientCookie is a Python module for handling HTTP \
				cookies on the client side, useful for accessing web \
				sites that require cookies to be set and then returned \
				later.

homepage		http://wwwsearch.sourceforge.net/ClientCookie/
master_sites	${homepage}/src/
distname		ClientCookie-${version}

checksums		md5     7a43e4624299b3951ae1a442194d2185 \
			sha1    fc54adb762618d3a9fdeca9ed45b982c2bde940c \
			rmd160  0c557c11efee3ada975235ed72252176c059e5d2

depends_lib-append	port:py25-distribute

test.run		yes
test.cmd		${python.bin}
test.target		test.py

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} COPYING.txt ChangeLog.txt GeneralFAQ.html \
		INSTALL.txt README.html README.txt doc.html \
		${destroot}${prefix}/share/doc/${name}
}
