Import p5-Test-Deep-JSON 0.03
from Matthias Pitzl; OK sthen@ Comment: compare JSON with Test::Deep Description: Test::Deep::JSON provides json($expected) function to expect that target can be parsed as a JSON string and matches (by cmp_deeply) with $expected.
This commit is contained in:
parent
0e559f33b2
commit
fbba923f50
22
devel/p5-Test-Deep-JSON/Makefile
Normal file
22
devel/p5-Test-Deep-JSON/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/07/20 20:12:47 bluhm Exp $
|
||||
|
||||
COMMENT = compare JSON with Test::Deep
|
||||
|
||||
DISTNAME = Test-Deep-JSON-0.03
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Matthias Pitzl <pitzl@genua.de>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
RUN_DEPENDS = converters/p5-JSON \
|
||||
devel/p5-Exporter-Lite \
|
||||
devel/p5-Test-Deep \
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Deep-JSON/distinfo
Normal file
2
devel/p5-Test-Deep-JSON/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-Deep-JSON-0.03.tar.gz) = Qb72AEh9VrDgdco054KXsrwDUwT8Ul4uIatzXGUPSOE=
|
||||
SIZE (Test-Deep-JSON-0.03.tar.gz) = 10576
|
2
devel/p5-Test-Deep-JSON/pkg/DESCR
Normal file
2
devel/p5-Test-Deep-JSON/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Test::Deep::JSON provides json($expected) function to expect that target can be
|
||||
parsed as a JSON string and matches (by cmp_deeply) with $expected.
|
4
devel/p5-Test-Deep-JSON/pkg/PLIST
Normal file
4
devel/p5-Test-Deep-JSON/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/20 20:12:47 bluhm Exp $
|
||||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Deep/JSON.pm
|
||||
@man man/man3p/Test::Deep::JSON.3p
|
Loading…
x
Reference in New Issue
Block a user