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

PortSystem 1.0
PortGroup python24 1.0

name			py-zconfig
version			2.3
categories		python
platforms		darwin
maintainers		nomaintainer
description		Python configuration library
long_description	ZConfig is a configuration library intended for \
				general use. It supports a hierarchical schema-driven \
				configuration model that allows a schema to specify \
				data conversion routines written in Python. ZConfig\'s \
				model is very different from the model support by the \
				ConfigParser module found in Python\'s standard \
				library, and is more suitable to \
				configuration-intensive applications.

homepage		http://www.zope.org/Members/fdrake/zconfig/
master_sites	${homepage}
distname		ZConfig-${version}
checksums		md5 8accb023c1243f881608c8e2a9727272

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