pkgsrc/devel/p5-Test-Differences/Makefile
wen db6b094806 Update to 0.68
Upstream changes:
0.68   2021-05-18
    - Revert undocumented change that was causing unreasonably verbose output
      See https://github.com/DrHyde/perl-modules-Test-Differences/issues/5
    - Improve documentation about text vs data mode and eq_or_diff_{text,data}
      See https://github.com/DrHyde/perl-modules-Test-Differences/issues/8
2021-07-04 08:43:34 +00:00

22 lines
776 B
Makefile

# $NetBSD: Makefile,v 1.29 2021/07/04 08:43:34 wen Exp $
DISTNAME= Test-Differences-0.68
PKGNAME= p5-${DISTNAME}00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/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
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
BUILD_DEPENDS+= p5-Test-Pod>=1.22:../../devel/p5-Test-Pod
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Differences/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"