Add p5-Test-JSON 0.02, test JSON data.

This commit is contained in:
Lars Thegler 2007-04-26 20:40:01 +00:00
parent 688bef7459
commit 1fa4ba631d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190962
5 changed files with 42 additions and 0 deletions

View File

@ -1514,6 +1514,7 @@
SUBDIR += p5-Test-Harness
SUBDIR += p5-Test-HasVersion
SUBDIR += p5-Test-Inline
SUBDIR += p5-Test-JSON
SUBDIR += p5-Test-LectroTest
SUBDIR += p5-Test-LongString
SUBDIR += p5-Test-Manifest

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: devel/p5-Test-JSON
# Date created: 26 April 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-JSON
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Test JSON data
RUN_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Tester>=0.10.3:${PORTSDIR}/devel/p5-Test-Tester \
p5-JSON>=1:${PORTSDIR}/converters/p5-JSON
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::JSON.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-JSON-0.02.tar.gz) = 62cdc6a98c2bdddade22d19570e5d516
SHA256 (Test-JSON-0.02.tar.gz) = eb9fbeba035e046d785cf8a6c9e0d04613ff5bc227954a7901fb1bd137839d8f
SIZE (Test-JSON-0.02.tar.gz) = 3581

View File

@ -0,0 +1,5 @@
JavaScript Object Notation (JSON) is a lightweight data interchange
format. Test::JSON makes it easy to verify that you have built
valid JSON and that it matches your expected output.
WWW: http://search.cpan.org/dist/Test-JSON/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Test/JSON.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/JSON/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/JSON
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test