Ticket #26593: Portfile

File Portfile, 881 bytes (added by r@…, 14 years ago)

portfile

Line 
1# $Id$
2PortSystem          1.0
3PortGroup           perl5 1.0
4
5perl5.setup         Config-Simple 4.58
6maintainers         openmantainer
7description         simple configuration file class
8
9long_description        Reading and writing configuration files is one of the \
10                                        most frequent tasks of any software design. Config::Simple \
11                                        is the library that helps you with it. \
12                                        Config::Simple is a class representing configuration file \
13                                        object. It supports several configuration file syntax and \
14                                        tries to identify the file syntax automatically. Library \
15                                        supports parsing, updating and creating configuration files.
16
17platforms           darwin
18
19checksums           md5 f014aec54f0a1e2e880d317180fce502 \
20                    sha1 2ee759f0bc7529ae7a3949a59edaa0ff09390417 \
21                    rmd160 214599a097cbba1b58d9f2771186a0c604b556e0
22
23supported_archs noarch