diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-01 15:59:27 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-01 15:59:27 +0000 |
commit | 727985a6e855684511c96be94a4ec0c2118b7586 (patch) | |
tree | 7a39b3509269b6f93f5ea2bc77d92d8bc73bdd6c /devel/p5-Config-Setting/pkg-plist | |
parent | 304bf86d9af8c2bc92d4f791c2a1bae4c4362fe5 (diff) |
p5-Config-Setting is a perl module that is designed to provide easy to use
settings files for your project. You subclass the basic Config::Setting
class in one of your own modules, and then provide an interface to your
code using it. When set up, you can then override the settings on a
per-host basis, or even using an environment variable.
PR: 28565
Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes:
svn path=/head/; revision=44607
Diffstat (limited to 'devel/p5-Config-Setting/pkg-plist')
-rw-r--r-- | devel/p5-Config-Setting/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Config-Setting/pkg-plist b/devel/p5-Config-Setting/pkg-plist new file mode 100644 index 000000000000..1f233d35343a --- /dev/null +++ b/devel/p5-Config-Setting/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/Config/Setting.pm +lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/FileProvider.pm +lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/IniParser.pm +lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/XMLParser.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/Setting/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/Setting +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Config/Setting +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config 2>/dev/null || true |