the test results difficult for anything but a human. To make it easier for programs to work with test results, we provide Test::Harness::Straps. Instead of printing the results, straps provide them as raw data. You can also configure how the tests are to be run. WWW: http://search.cpan.org/dist/Test-Harness-Straps/
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# New ports collection makefile for: p5-Test-Harness-Straps
|
|
# Date created: 2011-12-12
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Harness-Straps
|
|
PORTVERSION= 0.30
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Detailed analysis of test results for Perl
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Test::Harness::Assert.3 Test::Harness::Iterator.3 \
|
|
Test::Harness::Point.3 Test::Harness::Results.3 \
|
|
Test::Harness::Straps.3
|
|
|
|
.include <bsd.port.mk>
|