diff options
author | mjl <mjl@pkgsrc.org> | 2001-08-10 12:25:04 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-08-10 12:25:04 +0000 |
commit | fb6140d0160e3312c6f7975e08fa080f5d7e5656 (patch) | |
tree | 4a895b3da3bb234d50e556b9e99c68e26077cb58 /devel | |
parent | 94e5eccc6f200f9b02f2b670f8fa68ad4bd0af00 (diff) | |
download | pkgsrc-fb6140d0160e3312c6f7975e08fa080f5d7e5656.tar.gz |
Initial import of p5-Config-IniFiles 2.19
Config::IniFiles provides a way to have readable configuration files
outside your Perl script. Configurations can be imported (inherited,
stacked,...), sections can be grouped, and settings can be accessed from
a tied hash.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/pkg/PLIST | 1 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile new file mode 100644 index 00000000000..8682b80fed0 --- /dev/null +++ b/devel/p5-Config-IniFiles/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 12:25:04 mjl Exp $ +# + +DISTNAME= Config-IniFiles-2.19 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://sourceforge.net/projects/config-inifiles/ +COMMENT= Perl module for reading .ini-style configuration files + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Config/IniFiles/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Config-IniFiles/distinfo b/devel/p5-Config-IniFiles/distinfo new file mode 100644 index 00000000000..24426f0111d --- /dev/null +++ b/devel/p5-Config-IniFiles/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/10 12:25:04 mjl Exp $ + +SHA1 (Config-IniFiles-2.19.tar.gz) = 1ed8bf9d292ddf065f316f2f4c9d50fe3617f06c +Size (Config-IniFiles-2.19.tar.gz) = 26133 bytes diff --git a/devel/p5-Config-IniFiles/pkg/DESCR b/devel/p5-Config-IniFiles/pkg/DESCR new file mode 100644 index 00000000000..877ba13adaf --- /dev/null +++ b/devel/p5-Config-IniFiles/pkg/DESCR @@ -0,0 +1,4 @@ +Config::IniFiles provides a way to have readable configuration files +outside your Perl script. Configurations can be imported (inherited, +stacked,...), sections can be grouped, and settings can be accessed from +a tied hash. diff --git a/devel/p5-Config-IniFiles/pkg/PLIST b/devel/p5-Config-IniFiles/pkg/PLIST new file mode 100644 index 00000000000..6a2a0fb141b --- /dev/null +++ b/devel/p5-Config-IniFiles/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/10 12:25:04 mjl Exp $ |