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

PortSystem 1.0
PortGroup python24 1.0

name                py-config-reddove
version             0.3.5
categories          python
maintainers         nomaintainer
platforms           darwin freebsd
description         A hierarchical, easy-to-use, powerful configuration module for Python
long_description    This module allows a hierarchical configuration scheme with support for mappings \
                        and sequences, cross-references between one part of the configuration and \
                        another, the ability to flexibly access real Python objects without full-blown \
                        eval(), an include facility, simple expression evaluation and the ability to \
                        change, save, cascade and merge configurations. Interfaces easily with \
                        environment variables and command-line options. It has been developed on python \
                        2.3 but should work on version 2.2 or greater.

homepage            http://www.red-dove.com/python-config.html
master_sites        http://www.red-dove.com
distname            config-${version}
checksums           md5 ea5afcf9e94c7ddf1a2407ff98781d5b

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