pkgsrc/devel/p5-Config-IniFiles/Makefile
sno 467a54d5b1 PkgSrc changes:
- Updating package for p5 module Config::IniFiles to 2.48
  - Set license to artistic-2.0

Upstream changes:
Version 2.48:   ( Tue Apr  7 15:24:55 IDT 2009 )
------------------------------------------------

* Fixed bug https://rt.cpan.org/Ticket/Display.html?id=30402 :
- Trailing comments at the end of the file are not written.
- added a test (t/22trailing-comment-lines.t ) and a test file.

* Reverted the fix to bug #34067 ( "Multiline values returned as array
references in tied hash interface"), as it could potentially break a lot
of old code, and was not such a good idea, and was less preferable from
interface-sanity reasons.

* Documented the old API in regards to bug #34067 - see above.
2009-04-12 19:30:04 +00:00

23 lines
675 B
Makefile

# $NetBSD: Makefile,v 1.20 2009/04/12 19:30:04 sno Exp $
#
DISTNAME= Config-IniFiles-2.48
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= artistic-2.0
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"