44def6b04f
Upstream changes: Version 2.46: ( Sat Jan 17 16:31:52 IST 2009 ) ----------------------------------------------- * Added regression tests for bug #1720915 - https://sourceforge.net/tracker/index.php?func=detail&aid=1720915&group_id=6926&atid=106926 - the bug seems to be fixed in trunk. * Added a regression test for RT #36584 - https://rt.cpan.org/Ticket/Display.html?id=36584 - the bug seems to be fixed in trunk. * Added a regression test for RT #36309 - https://rt.cpan.org/Ticket/Display.html?id=36309 - Testing for allowedcommentchars. - the bug seems to be fixed in trunk. * Converted t/03comments.t to Test::More and did other cleanups in preparation of solving a few bugs. * Now GetSectionComment does the documented behaviour in scalar context and returns the string joined by newlines: - https://rt.cpan.org/Ticket/Display.html?id=8612 * Now GetParameterComment returns the right thing in scalar context (joined by newlines). It was documented and tested. - https://rt.cpan.org/Ticket/Display.html?id=8612
22 lines
652 B
Makefile
22 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.18 2009/01/19 23:46:21 he Exp $
|
|
#
|
|
|
|
DISTNAME= Config-IniFiles-2.46
|
|
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"
|