pkgsrc/devel/p5-File-Next/Makefile
sno 537c45d302 Updating package for p5 module File::Next from 1.02 to 1.06
pkgsrc changes:
  - Adding license (perl5 license)

Upstream changes:
1.06    Tue Aug  4 15:10:34 CDT 2009
    [FIXES]
    Fixed closing =cut in POD.

    There are no functionality changes, but the lack of a closing
    =cut meant that ack would not build properly.

1.04    Fri Jul 31 16:24:36 CDT 2009
    [ENHANCEMENTS]
    It's never been correct to call File::Next::files() as a method,
    as File::Next->files().  Now, if you do, files() will die with
    an error.  This is also the case with dirs() and everything().
    Thanks to Eric Lyons for reporting.

    Tiny directory reading speedups.

    [DOCUMENTATION]
    Updated URLs for support sites.

    Added a little note about the follow_symlinks=>0 being a speed
    hit.
2009-08-09 11:30:52 +00:00

20 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/08/09 11:30:52 sno Exp $
#
DISTNAME= File-Next-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Next/
COMMENT= Perl 5 module providing a file-finding iterator
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/File/Next/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"