1 | # -*- 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 |
---|
2 | # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | # This comment was inserted on 20160713 to force reindexing of |
---|
5 | # this port after the default homepage definition in the perl5 |
---|
6 | # PortGroup was changed to use metacpan.org (r150080). |
---|
7 | # Reindexing is necessary for the new definition to take effect. |
---|
8 | # This comment may be removed in subsequent updates of this port. |
---|
9 | |
---|
10 | PortSystem 1.0 |
---|
11 | PortGroup perl5 1.0 |
---|
12 | |
---|
13 | perl5.branches 5.24 |
---|
14 | perl5.setup Config-Tiny 2.23 |
---|
15 | license {Artistic-1 GPL} |
---|
16 | maintainers nomaintainer |
---|
17 | description Read/Write .ini style files with as little code as possible |
---|
18 | long_description "Config::Tiny" is a perl class to read and write .ini style \ |
---|
19 | configuration files with as little code as possible, reducing load \ |
---|
20 | time and memory overhead. Most of the time it is accepted that Perl \ |
---|
21 | applications use a lot of memory and modules. The "::Tiny" family of \ |
---|
22 | modules is specifically intended to provide an ultralight alternative \ |
---|
23 | to the standard modules.\ |
---|
24 | This module is primarily for reading human written files, and anything \ |
---|
25 | we write shouldn't need to have documentation/comments. If you need \ |
---|
26 | something with more power move up to Config::Simple, Config::General \ |
---|
27 | or one of the many other "Config::" modules. To rephrase, Config::Tiny \ |
---|
28 | does not preserve your comments, whitespace, or the order of your \ |
---|
29 | config file. |
---|
30 | |
---|
31 | platforms darwin |
---|
32 | |
---|
33 | extract.suffix .tgz |
---|
34 | |
---|
35 | checksums rmd160 1619bca052069f207041ff04d7f8d244fc81a0dc \ |
---|
36 | sha256 9a8a66e3ed420cbc6585c43abeff788368309a46355cf69a64c2a47e1911e50c |
---|
37 | |
---|
38 | supported_archs noarch |
---|