aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-08-17 18:04:55 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-08-17 18:04:55 +0000
commitbe04030466a4674436a8e5d56afb284b5afcdf47 (patch)
tree7d51a19d80ef6011379043265eb63829328117d7 /devel/Makefile
parent4451bbef17812b0a0224a9fdc1a061319a5281c6 (diff)
downloadports-be04030466a4674436a8e5d56afb284b5afcdf47.tar.gz
ports-be04030466a4674436a8e5d56afb284b5afcdf47.zip
New port: devel/p5-Config-Versioned
Config::Versioned allows an application to access configuration parameters not only by parameter name, but also by version number. This allows for the configuration subsystem to store previous versions of the configuration parameters. When requesting the value for a specific attribute, the programmer specifies whether to fetch the most recent value or a previous value. WWW: http://search.cpan.org/dist/Config-Versioned/ PR: 192725 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Notes
Notes: svn path=/head/; revision=365215
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e6292a4e9eac..d19e10050785 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1698,6 +1698,7 @@
SUBDIR += p5-Config-Simple
SUBDIR += p5-Config-Std
SUBDIR += p5-Config-Tiny
+ SUBDIR += p5-Config-Versioned
SUBDIR += p5-Config-Wrest
SUBDIR += p5-Config-YAML
SUBDIR += p5-ConfigReader