Import p5-TAP-Parser-SourceHandler-pgTAP 3.35.
This module adds support for executing pgTAP PostgreSQL tests under Test::Harness and prove. This is useful for executing your Perl tests and your PostgreSQL tests together, and analyzing their results. ok afresh1@
This commit is contained in:
parent
a9018cc960
commit
80052808f1
18
databases/p5-TAP-Parser-SourceHandler-pgTAP/Makefile
Normal file
18
databases/p5-TAP-Parser-SourceHandler-pgTAP/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/06/12 08:08:52 landry Exp $
|
||||
|
||||
COMMENT = stream TAP from pgTAP test scripts
|
||||
|
||||
DISTNAME = TAP-Parser-SourceHandler-pgTAP-3.35
|
||||
|
||||
CATEGORIES = databases
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
CONFIGURE_STYLE = modbuild
|
||||
BUILD_DEPENDS = devel/p5-Test-Pod-Coverage
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-TAP-Parser-SourceHandler-pgTAP/distinfo
Normal file
2
databases/p5-TAP-Parser-SourceHandler-pgTAP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (TAP-Parser-SourceHandler-pgTAP-3.35.tar.gz) = hO45b6fOw9EfD172hB1f6wl80Mz8ACAMPs2zQM8YpZg=
|
||||
SIZE (TAP-Parser-SourceHandler-pgTAP-3.35.tar.gz) = 24620
|
3
databases/p5-TAP-Parser-SourceHandler-pgTAP/pkg/DESCR
Normal file
3
databases/p5-TAP-Parser-SourceHandler-pgTAP/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module adds support for executing pgTAP PostgreSQL tests under
|
||||
Test::Harness and prove. This is useful for executing your Perl tests and your
|
||||
PostgreSQL tests together, and analyzing their results.
|
10
databases/p5-TAP-Parser-SourceHandler-pgTAP/pkg/PLIST
Normal file
10
databases/p5-TAP-Parser-SourceHandler-pgTAP/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/06/12 08:08:52 landry Exp $
|
||||
bin/pg_prove
|
||||
bin/pg_tapgen
|
||||
${P5SITE}/TAP/
|
||||
${P5SITE}/TAP/Parser/
|
||||
${P5SITE}/TAP/Parser/SourceHandler/
|
||||
${P5SITE}/TAP/Parser/SourceHandler/pgTAP.pm
|
||||
@man man/man1/pg_prove.1
|
||||
@man man/man1/pg_tapgen.1
|
||||
@man man/man3p/TAP::Parser::SourceHandler::pgTAP.3p
|
Loading…
Reference in New Issue
Block a user