pkgsrc/devel/p5-Config-IniFiles/Makefile
wen fcb9046f5c Update to 2.82
Upstream changes:
Version 2.82    ( Tue 21 May 18:32:23 IDT 2013 )
------------------------------------------------

* Add t/style-trailing-space.t .
    - Remove trailing space.

Version 2.81    ( Thu 16 May 13:31:34 IDT 2013 )
------------------------------------------------

* Add the CopySection method to copy a section.
    - Thanks to James Rouzier.

Version 2.80    ( Tue 14 May 22:22:55 IDT 2013 )
------------------------------------------------

* Add the RenameSection method to rename a section.
    - Thanks to James Rouzier.

Version 2.79    ( Mon  6 May 10:02:47 IDT 2013 )
------------------------------------------------

* Fix test failures with Pod-Simple-3.28:
    - http://www.cpantesters.org/cpan/report/98f9d3a8-b557-11e2-9adc-3d5fc1508286

Version 2.78    ( Sun 21 Oct 13:14:39 IST 2012 )
------------------------------------------------

* Fix https://rt.cpan.org/Public/Bug/Display.html?id=80259:
    - Warnings on undefined value in length in perl-5.10.x.
2013-10-15 15:26:13 +00:00

22 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.35 2013/10/15 15:26:13 wen Exp $
DISTNAME= Config-IniFiles-2.82
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cif
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}
PKG_INSTALLATION_TYPES= overwrite pkgviews
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"