diff options
author | sat <sat@FreeBSD.org> | 2006-05-31 02:16:54 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-31 02:16:54 +0800 |
commit | 03e9c023425a1387e660c58b05c76610fb870cb7 (patch) | |
tree | 3b73a2ead15775ed2254b8b49788eff4db829a06 /devel/Makefile | |
parent | dc40e94cdf721c74ba66ffcea6fad1725636f567 (diff) | |
download | freebsd-ports-gnome-03e9c023425a1387e660c58b05c76610fb870cb7.tar.gz freebsd-ports-gnome-03e9c023425a1387e660c58b05c76610fb870cb7.tar.zst freebsd-ports-gnome-03e9c023425a1387e660c58b05c76610fb870cb7.zip |
Add port devel/p5-Config-Std:
This module implements yet another damn configuration-file system.
The configuration language is deliberately simple and limited, and the
module works hard to preserve as much information (section order,
comments, etc.) as possible when a configuration file is updated.
See Chapter 19 of "Perl Best Practices" (O'Reilly, 2005) for the
rationale for this approach.
The configuration language is a slight extension of the Windows INI
format.
WWW: http://search.cpan.org/dist/Config-Std/
Approved by: krion (mentor)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5f7a23c8ae45..9b9098075fb2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -825,6 +825,7 @@ SUBDIR += p5-Config-Objective SUBDIR += p5-Config-Setting SUBDIR += p5-Config-Simple + SUBDIR += p5-Config-Std SUBDIR += p5-Config-Tiny SUBDIR += p5-ConfigReader SUBDIR += p5-ConfigReader-Simple |