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

PortSystem 1.0
PortGroup python24 1.0

name			py-ptypes
version			0.3
revision		1
categories		python
platforms		darwin
maintainers		nomaintainer
description		persistent versions of dictionary and list types
long_description	Provides persistent versions of dictionary and list \
				types. Built into the datatype is simple version  checking.

homepage		http://www.peck.org.uk/p/python/
master_sites	${homepage}
distname		ptypes-${version}
checksums		md5 92bdce4c81cdf9a23c020a8172980e81
use_zip			yes
patchfiles		patch-setup.py.diff

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