# $Id: Portfile,v 1.6 2005/09/25 09:33:31 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-clientcookie
version			1.0.3
categories		python www
platforms		darwin
maintainers		mww@opendarwin.org
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 b0c9c02e298bdcc8cb7f4ae00a6e5701

depends_lib-append	port:py-bsddb

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

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