pkgsrc/devel/p5-Test-Differences/Makefile
hiramatsu ea18809829 Update p5-Test-Differences to 0.61.
Changes from previous:
0.61 Sat April 16, 2011
    - Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark
      Zealey for the suggestion.
    - Unnumbered tests. There's no point to them.

0.60 Sat April 16, 2011
    - Make '' and undef not equal. Thanks to Pavel Shaydo for the patch.
    - Made Data::Dumper minimum version 2.126 to resolve
      https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to
      jjnapiork@cpan.org  for the report and fix.
2011-11-25 11:44:53 +00:00

21 lines
620 B
Makefile

# $NetBSD: Makefile,v 1.8 2011/11/25 11:44:53 hiramatsu Exp $
DISTNAME= Test-Differences-0.61
PKGNAME= p5-${DISTNAME}0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Test::Differences
COMMENT= Test strings and data structures and show differences if not ok
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Differences/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"