6694f0f83f
1.18 Tue Aug 27 17:08:38 CDT 2019 [SPEEDUP] Updated the internals to minimize the number of times that stat() gets called on each file or directory. [FIXES] t/from_file.t would fail under Windows because File::Temp would put a backslash in front of the name of the tempfile. Thanks, Varadinsky. (GH#32) Had to specify a minimum version of File::Temp. Thanks, Justin Mohr. (GH#29)
17 lines
483 B
Makefile
17 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.19 2019/10/19 12:46:56 mef Exp $
|
|
|
|
DISTNAME= File-Next-1.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/File-Next
|
|
COMMENT= Perl 5 module providing a file-finding iterator
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/File/Next/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|