Upstream changes: Version 2.54: ( Wed Nov 18 12:00:44 IST 2009 ) ------------------------------------------------ * Adapted t/25line-endings.t to perl-5.6.x . - http://www.nntp.perl.org/group/perl.cpan.testers/2009/11/msg6026936.html - Failure there. - did that by replacing open ">:raw" with "binmode()". Version 2.53: ( Fri Nov 13 11:52:40 IST 2009 ) ------------------------------------------------ * Converted t/01basic.t to Test::More and modernised it. * Converted t/02weird.t to Test::More and modernised it. * Converted t/04import.t to Test::More and modernised it. * Applied a patch from Steffen Heinrich (SHE) for: - https://rt.cpan.org/Ticket/Display.html?id=51445 - included t/25line-endings.t - modified a little.
23 lines
679 B
Makefile
23 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/11/22 12:19:45 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Config-IniFiles-2.54
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
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"
|