pkgsrc/devel/p5-Config-IniFiles/Makefile
he de6364ae93 Update from version 2.46 to 2.47.
Upstream changes:

Version 2.47:   ( Wed Jan 21 11:32:24 IST 2009 )
------------------------------------------------

* Fixed bug https://rt.cpan.org/Ticket/Display.html?id=34067 :
  - Multiline values returned as array references in tied hash interface
  - This was as opposed to the documentation.
  - added t/21multiline-values-in-tied.t and fixed some older tests.

* Moved the eval'ed debugging code (_assert_invariants) to its own module,
  without the eval so the perl-5.6.2 will be happy. Now explicitly use'ing it
  from t/lib where appropriate. See for example:
  - http://www.nntp.perl.org/group/perl.cpan.testers/2009/01/msg3101788.html
2009-03-08 19:00:04 +00:00

22 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.19 2009/03/08 19:00:04 he Exp $
#
DISTNAME= Config-IniFiles-2.47
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cif
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/config-inifiles/
#HOMEPAGE= http://search.cpan.org/dist/Config-IniFiles/
COMMENT= Perl module for reading .ini-style configuration files
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Config/IniFiles/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"