Model to create configuration validation tool Maintained by:perl@FreeBSD.org Port Added: 29 Jan 2007 04:03:54 Also Listed In:perl5 License: LGPL21
Using Config::Model, a typical configuration validation tool will be made of
3 parts :
1. The user interface
2. The validation engine which is in charge of validating all the
configuration information provided by the user.
3. The storage facility that store the configuration information
Config::Model provides a validation engine according to a set of rules.
WWW: http://search.cpan.org/dist/Config-Model/
WWW: http://config-model.sourceforge.net/
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index