d1c9fd36cb
- Updating package for p5 module Config::General from 2.42 to 2.43 - Adding perl license as license (from module POD) Upstream changes: 2.43 - fixed rt.cpan.org#40925, $indichar replaced by internal configuration variable EOFseparator, which contains a 256 bit SHA checksum of the date I fixed the bug. This will prevent future conflicts hopefully. In addition it makes it possible to make it customizable, if neccessary, in a future release. - fixed rt.cpan.org#42721, return undef for empty values - fixed rt.cpan.org#42331, return undef for empty objects - fixed rt.cpan.org#44600, comments after blockname causes parser failure. - fixed rt.cpan.org#42287, whitespace at beginning or end of a quoted value gets lost after save(). - fixed rt.cpan.org#46184, variables that were not previously defined are deleted when -InterPolateEnv is enabled. - fixed bug in config loader for FileHandle objects, it supports now any compatible object. Hint by Ingo Schmiegel. - applied spelling- and speedup patches by Ville Skytt"a. - applied documentation patch by Jordan Macdonald.
21 lines
540 B
Makefile
21 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.17 2009/07/21 22:25:12 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Config-General-2.43
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cfg
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
|
|
|
MAINTAINER= sketch@NetBSD.org
|
|
HOMEPAGE= http://www.daemon.de/ConfigGeneral
|
|
COMMENT= Perl Generic Config module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Config/General/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|