pkgsrc/devel/p5-File-Util/Makefile
wen 3487c29209 Update to 4.161950
Upstream changes:
4.161950 2016-07-12
  - This release fixes a critical bug in the list_dir() method, detailed at
    https://rt.cpan.org/Public/Bug/Display.html?id=115511
  - Regression test added to catch the failure condition
  - NOTE: No major code or featureset changes included as part of this release,
    therefore it is still deemed "stable", as no significant changes to the code
    have been made beyond a two line bugfix that remedies the problem that
    caused the list_dir() method to fail under certain conditions.
2016-07-25 08:16:14 +00:00

19 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.15 2016/07/25 08:16:14 wen Exp $
#
DISTNAME= File-Util-4.161950
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-Util/
COMMENT= Perl extension for easy, versatile, portable file handling
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Exception-Handler>=1:../../devel/p5-Exception-Handler
PERL5_PACKLIST= auto/File/Util/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"