8fd4f6d5e0
------------------- 2.88 2015-07-10 * Apply speedup patch from James Rouzier. - https://bitbucket.org/shlomif/perl-config-inifiles/pull-request/4/avoid-searching-through-all-the-sections/commits - Avoids it being O(n^2). 2.87 2015-06-16 * Replace List::MoreUtils with List::Util-1.33-or-above. - We only used any() and none() which exist in List::Util too now. - https://rt.cpan.org/Public/Bug/Display.html?id=104764 - Thanks to DBOOK for the report. * Fix handling of trailing comments which contain their delimiters twice. - E.g: "key=val ; comment ; further comment". - https://rt.cpan.org/Ticket/Display.html?id=105255 - Thanks to Rohan Carly for the report and a test case.
19 lines
585 B
Makefile
19 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.42 2015/08/16 02:37:34 mef Exp $
|
|
|
|
DISTNAME= Config-IniFiles-2.88
|
|
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-IniFiles/
|
|
COMMENT= Perl module for reading .ini-style configuration files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-List-MoreUtils>=0.33:../../devel/p5-List-MoreUtils
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Config/IniFiles/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|