pkgsrc/devel/p5-Test-Differences/Makefile
he fbdb9de9ef Update from version 0.47 to 0.48.01. Changes:
0.48_01 Wed Jul 30 10:42:52 GMT 2008
    - Fixed bug when comparing AoH with non-scalar values.  Reported (with
      fix) by Mark Zealey
      (http://rt.cpan.org/Public/Bug/Display.html?id=29732)
2008-08-06 21:09:54 +00:00

20 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/08/06 21:09:54 he Exp $
DISTNAME= Test-Differences-0.4801
PKGNAME= p5-${DISTNAME:S/4801/48.01/}
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
DEPENDS+= p5-Text-Diff>=0.34:../../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"