freebsd-ports/devel/p5-Config-Any/pkg-descr
Sunpoet Po-Chuan Hsieh 7c36bc2298 - Fix *_DEPENDS:
- Add missing dependencies
  - version is already in core since Perl 5.9.0
- Add OPTIONS: INI, JSON, XML and YAML
- Bump PORTREVISION for dependency change
- Cleanup Makefile header
- Reformat pkg-descr
2013-02-01 21:00:58 +00:00

13 lines
810 B
Text

Config::Any provides a facility for Perl applications and libraries to load
configuration data from multiple different file formats. It supports XML, YAML,
JSON, Apache-style configuration, Windows INI files, and even Perl code.
The rationale for this module is as follows: Perl programs are deployed on many
different platforms and integrated with many different systems. Systems
administrators and end users may prefer different configuration formats than the
developers. The flexibility inherent in a multiple format configuration loader
allows different users to make different choices, without generating extra work
for the developers. As a developer you only need to learn a single interface to
be able to use the power of different configuration formats.
WWW: http://search.cpan.org/dist/Config-Any/