pkgsrc/devel/p5-Test-File-Contents/Makefile
mef 9e9305edee Updated devel/p5-Test-Differences to 0.23
-----------------------------------------
0.23  2016-03-16T17:09:37Z
      - Fix encoding errors when reading in a file on Windows with `utf8`
        enabled. See https://rt.perl.org/Ticket/Display.html?id=127668 for the
        bug we've worked around.

0.22  2016-03-02T23:54:26Z
      - Adjusted tests to account for change in output of Text::Diff 1.44.
        They still pass with earlier versions of Text::Diff.
      - Removed Pod tests from the distribution.
2016-05-18 11:46:55 +00:00

20 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.15 2016/05/18 11:46:55 mef Exp $
DISTNAME= Test-File-Contents-0.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-File-Contents/
COMMENT= Perl5 module for test routines examining the contents of files
LICENSE= ${PERL5_LICENSE}
# for make test
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Test/File/Contents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"