ef6e3b11c7
exactly the same way except for one detail. In addition to outputting a running progress of the tests and an ending summary it can also capture all of the raw TAP from the individual test files or streams into an archive file (".tar" or ".tar.gz"). ok landry@
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/08 14:52:27 pascal Exp $
|
|
|
|
COMMENT = create an archive of TAP results
|
|
|
|
MODULES = cpan
|
|
DISTNAME = TAP-Harness-Archive-0.14
|
|
CATEGORIES = devel
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/p5-YAML-Tiny
|
|
|
|
.include <bsd.port.mk>
|