pkgsrc/devel/p5-Config-General/Makefile
mjl 342e46bf64 Update p5-Config-General to 2.19
- forgot to import 'catfile' from File::Spec. Bug reported by
           various people.
         - applied patch by Peter Tandler <Peter.Tandler@ipsi.fhg.de>
           which adds a search-path feature for include files.
         - adds an auto launder capability to the module which makes it
           possible to use variables read by Config::General in a
           tainted perlscript (executed with -T) for open(), backtick calls
           or something which the taintmode considers to be dangerous.
         - fixed Bug #2325 (rt.cpan.org). The subs exported by File::Spec
           will now imported explicitly.
         - fixed warning about double my'ed variable $dummi, changed it
           to undef because it was unused anyway.
         - added File::Spec support which makes the modules more portable
         - fixes a bug in the Interpolate.pm submodule. A second variable,
           when immediately following the first, did not get interpolated,
           i.e. ${var1}${var2}.
2003-05-14 14:44:32 +00:00

18 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/05/14 14:44:32 mjl Exp $
#
DISTNAME= Config-General-2.19
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cfg
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
MAINTAINER= sketch@rd.bbc.co.uk
HOMEPAGE= http://www.daemon.de/config-general/
COMMENT= Perl Generic Config module
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Config/General/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"