pkgsrc/devel/p5-Path-Class/Makefile
sno 6865e5c867 Updating package for Perl5 module Path::Class from CPAN in
devel/p5-Path-Class from 0.24 to 0.25.

Upstream changes:
0.25  Wed Feb 15 20:55:30 CST 2012
 - resolve() now croak()s instead of die()s on non-existent file. [Danijel Tašov]
 - Added a traverse() method for directories, based on the fmap_cont()
   method of Forest::Tree::Pure.  It's an alternative to ->recurse,
   which allows for more control over how the recursion
   happens. [Jesse Luehrs]
 - Fixed a grammar error in the docs. [Shlomi Fish]
2012-03-22 16:20:30 +00:00

23 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.12 2012/03/22 16:20:30 sno Exp $
#
DISTNAME= Path-Class-0.25
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"