pkgsrc/devel/p5-Path-Class/Makefile

20 lines
583 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.28 2016/08/19 15:30:54 wiz Exp $
DISTNAME= Path-Class-0.37
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/
2007-10-09 21:19:08 +02:00
COMMENT= Cross-platform path specification manipulation
LICENSE= ${PERL5_LICENSE}
PERL5_MODULE_TYPE= Module::Build
Update to 0.31 Upstream changes: 0.31 Tue Feb 5 11:51:59 CST 2013 - Optimization: stringify variables passed to canonpath [David Golden] - Optimization: Use internal guts when constructing Dirs from Dirs, instead of concatenating and splitting them again with File::Spec. [David Golden] - Fix grammar error in docs. [Karen Etheridge] - Implement a 'split' parameter for the slurp() method [suggested by Yanick Champoux] - In docs, replace unicode MINUS SIGN with ascii HYPHEN-MINUS [Randy Stauner] 0.29 Mon Dec 17 23:55:07 CST 2012 - Add components() method, which returns directory names (and filename, if this is a File object) as a list. - Fix a test failure on non-Unix platforms, the 07-recurseprune.t test was written in a Unix-specific way. 0.28 Sat Dec 15 21:40:17 CST 2012 - Fix test failures when run as root - they were relying on permissions failures, but permissions never fail as root. [Spotted by AAR and Chris Williams] - Add links in docs to the other modules we rely on & talk about in the docs. Makes for easier viewing through search.cpan.org / MetaCPAN. [David Precious] - Fixed some misleading variable names in docs. [RT#81795] [Pau Amma] 0.27 Sat Dec 8 19:24:15 CST 2012 - Added pruning support in dir->recurse(). If recurse callback returns $item->PRUNE, no children of this item will be analyzed. [Marcin Kasperski] - Documented 'basename' method for directories. [Fabrice Gabolde] - Added traverse_if() function, which allows one to filter children before processing them. [Marcin Kasperski] - Added tempdir() function. [cho45]
2013-02-17 15:12:51 +01:00
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"