pkgsrc/devel/p5-Test-Snapshot/Makefile
wen b109e84d58 Import Test-Snapshot-0.06 as devel/p5-Test-Snapshot.
Test::Snapshot implements a function to automate the storing and updating of
expected test outputs. This is based on the idea known in frontend development
circles as "snapshot testing", hence the module name.
2021-10-10 01:12:15 +00:00

21 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/10/10 01:12:15 wen Exp $
DISTNAME= Test-Snapshot-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Test-Snapshot
COMMENT= Test against data stored in automatically-named file
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Text-Diff>=0:../../textproc/p5-Text-Diff
TEST_DEPENDS+= p5-Capture-Tiny>=0:../../devel/p5-Capture-Tiny
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Snapshot/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"