Initial import of p5-Config-Auto version 0.20 in the NetBSD Packages
Collection. The Perl 5 module Config::Auto provides an interface to diverse config file formats 'magically': colon separated, space separated, equals separated, XML, Perl code, Windows INI, BIND9 and irssi style config files format are supported.
This commit is contained in:
parent
428dda6674
commit
71ef2b6600
3 changed files with 32 additions and 0 deletions
4
devel/p5-Config-Auto/DESCR
Normal file
4
devel/p5-Config-Auto/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The Perl 5 module Config::Auto provides an interface to diverse
|
||||
config file formats 'magically': colon separated, space separated,
|
||||
equals separated, XML, Perl code, Windows INI, BIND9 and irssi style
|
||||
config files format are supported.
|
23
devel/p5-Config-Auto/Makefile
Normal file
23
devel/p5-Config-Auto/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/02/03 06:01:40 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Config-Auto-0.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Config-Auto/
|
||||
COMMENT= Perl 5 module providing a magical config file parser
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Config/Auto/.packlist
|
||||
|
||||
DEPENDS+= p5-Config-IniFiles-[0-9]*:../../devel/p5-Config-IniFiles
|
||||
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
||||
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Config-Auto/distinfo
Normal file
5
devel/p5-Config-Auto/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/02/03 06:01:40 seb Exp $
|
||||
|
||||
SHA1 (Config-Auto-0.20.tar.gz) = ef13c2a01755a1a52fa0669db5c381d4651427fe
|
||||
RMD160 (Config-Auto-0.20.tar.gz) = bd6f66d51682171c0e056a952b2646c7764e9585
|
||||
Size (Config-Auto-0.20.tar.gz) = 9862 bytes
|
Loading…
Reference in a new issue