7806a9c41c
Test::TempDir::Tiny works with Test::More to create temporary directories that stick around if tests fail. It is loosely based on Test::TempDir, but with less complexity, greater portability and zero non-core dependencies. (Capture::Tiny is recommended for testing.)
17 lines
507 B
Makefile
17 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/08/01 01:55:09 wen Exp $
|
|
|
|
DISTNAME= Test-TempDir-Tiny-0.004
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-TempDir-Tiny/
|
|
COMMENT= Temporary directories that stick around when tests fail
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/TempDir/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|