pkgsrc/devel/p5-Path-Class/Makefile
bad be3b706f5c Apply update generously provided by Stoned Elipot. Thanks a bunch!
Update p5-Path-Class from version 0.18 to version 0.19.

Upstream changes:
0.19 - Sun Jun  6 20:50:27 CDT 2010

 - slurp() now accepts an 'iolayers' option to control how the file is
   opened. [Graham Barr]

 - In the openr() and openw() file methods, we now croak() instead of
   die() so that the error messages are more useful. [Ian Sillitoe]

 - Allow subclassing, by adding dir_class() and file_class() static
   methods, allowing them to be overridden. [Matt Trout & John LoVerso
   & Michael Schwern]

 - Fixed a testing failure that could occur whenever testing in a
   directory path that contains symlinks (e.g. /tmp on Mac OS X).

 - Added a 'no_hidden' parameter for children() [EDENC <EDENC@cpan.org>]

 - Fixed the heading for the is_relative() POD section. [CUB <cub.uanic@gmail.com>]
2010-06-15 16:52:17 +00:00

23 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/06/15 16:52:17 bad Exp $
#
DISTNAME= Path-Class-0.19
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Path-Class/
COMMENT= Cross-platform path specification manipulation
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Path/Class/.packlist
DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.19}:../../devel/p5-PathTools
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"