pkgsrc/textproc/p5-Text-Diff/Makefile
wiz 478c0a6794 Update p5-Text-Diff to 1.44.
1.44 2016-02-26 NEILB
    - Fixed the handling of text without a trailing newline. This module now
      adds the same text that the diff tool does, "\n\\ No newline at end of
      file\n". Previously this module simply produced broken diffs when one or
      both files had no trailing newline. Fixed by Dave Rolsky. GitHub #1.
2016-03-03 12:52:51 +00:00

20 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.24 2016/03/03 12:52:51 wiz Exp $
DISTNAME= Text-Diff-1.44
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= High-level text diffing module for Perl
HOMEPAGE= http://search.cpan.org/dist/Text-Diff/
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Algorithm-Diff>=1.19:../../devel/p5-Algorithm-Diff
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/Diff/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"