pkgsrc/devel/p5-Config-IniFiles/Makefile
sno 0b35974348 Updating devel/p5-Config-IniFiles from 2.57nb1 to 2.58
pkgsrc changes:
- remove deprecated homepage

Upstream changes:
Version 2.58:   ( Mon May 17 10:43:06 IDT 2010 )
------------------------------------------------
* Incorporated a fix for some broken POD.
    - https://rt.cpan.org/Ticket/Display.html?id=51617
    - Thanks to Frank Wiegand for reporting it.

* Got rid of \r/carriage-returns's in lib/Config/IniFiles.pm .
    - It interfered with applying a patch.

* Applied a patch to get rid of indirect object notation in the
  documentation and code ("new Config::IniFiles") and replace it with
  Config::IniFiles->new().
    - https://rt.cpan.org/Ticket/Display.html?id=57536
    - Thanks to Tom Molesworth for the patch.
2010-09-01 20:17:26 +00:00

23 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.28 2010/09/01 20:17:26 sno Exp $
#
DISTNAME= Config-IniFiles-2.58
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
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
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"