1 | # $Id: Portfile,v 1.9 2004/12/28 06:54:54 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-config-reddove |
---|
7 | version 0.3.5 |
---|
8 | categories python |
---|
9 | maintainers erickt@opendarwin.org |
---|
10 | platforms darwin freebsd |
---|
11 | description A hierarchical, easy-to-use, powerful configuration module for Python \ |
---|
12 | long_description This module allows a hierarchical configuration scheme with support for mappings \ |
---|
13 | and sequences, cross-references between one part of the configuration and \ |
---|
14 | another, the ability to flexibly access real Python objects without full-blown \ |
---|
15 | eval(), an include facility, simple expression evaluation and the ability to \ |
---|
16 | change, save, cascade and merge configurations. Interfaces easily with \ |
---|
17 | environment variables and command-line options. It has been developed on python \ |
---|
18 | 2.3 but should work on version 2.2 or greater. |
---|
19 | |
---|
20 | homepage http://www.red-dove.com/python-config.html |
---|
21 | master_sites http://www.red-dove.com |
---|
22 | distname config-${version} |
---|
23 | checksums md5 ea5afcf9e94c7ddf1a2407ff98781d5b |
---|
24 | |
---|
25 | post-destroot { |
---|
26 | xinstall -m 644 -v -W ${worksrcpath} LICENSE README.txt default.css python_config.html \ |
---|
27 | ${destroot}${prefix}/share/doc/${name}/ |
---|
28 | } |
---|