# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 86982 2011-11-07 20:34:07Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Config-Simple 4.58
revision            2
platforms           darwin
license             {Artistic-1 GPL}
maintainers         nomaintainer
supported_archs     noarch

description         simple configuration file class

long_description    Reading and writing configuration files is one of the \
                    most frequent tasks of any software design. Config::Simple \
                    is the library that helps you with it. \
                    Config::Simple is a class representing configuration file \
                    object. It supports several configuration file syntax and \
                    tries to identify the file syntax automatically. Library \
                    supports parsing, updating and creating configuration files.

checksums           md5     f014aec54f0a1e2e880d317180fce502 \
                    sha1    2ee759f0bc7529ae7a3949a59edaa0ff09390417 \
                    rmd160  214599a097cbba1b58d9f2771186a0c604b556e0
