aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-JSON
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2007-04-27 04:40:01 +0800
committerlth <lth@FreeBSD.org>2007-04-27 04:40:01 +0800
commit52e6dc49d6d6e5ae1e98c3dc008bbac9a56ff8c6 (patch)
tree185e4bd068d9940bcf4a0f110c62cf8bd76e84ce /devel/p5-Test-JSON
parent1e7d24fcf050edd948a1611b0be3831d50cd4a7d (diff)
downloadfreebsd-ports-gnome-52e6dc49d6d6e5ae1e98c3dc008bbac9a56ff8c6.tar.gz
freebsd-ports-gnome-52e6dc49d6d6e5ae1e98c3dc008bbac9a56ff8c6.tar.zst
freebsd-ports-gnome-52e6dc49d6d6e5ae1e98c3dc008bbac9a56ff8c6.zip
Add p5-Test-JSON 0.02, test JSON data.
Diffstat (limited to 'devel/p5-Test-JSON')
-rw-r--r--devel/p5-Test-JSON/Makefile28
-rw-r--r--devel/p5-Test-JSON/distinfo3
-rw-r--r--devel/p5-Test-JSON/pkg-descr5
-rw-r--r--devel/p5-Test-JSON/pkg-plist5
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-Test-JSON/Makefile b/devel/p5-Test-JSON/Makefile
new file mode 100644
index 000000000000..fa31e65b3567
--- /dev/null
+++ b/devel/p5-Test-JSON/Makefile
@@ -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>
diff --git a/devel/p5-Test-JSON/distinfo b/devel/p5-Test-JSON/distinfo
new file mode 100644
index 000000000000..693adde4805a
--- /dev/null
+++ b/devel/p5-Test-JSON/distinfo
@@ -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
diff --git a/devel/p5-Test-JSON/pkg-descr b/devel/p5-Test-JSON/pkg-descr
new file mode 100644
index 000000000000..e1928695bd85
--- /dev/null
+++ b/devel/p5-Test-JSON/pkg-descr
@@ -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/
diff --git a/devel/p5-Test-JSON/pkg-plist b/devel/p5-Test-JSON/pkg-plist
new file mode 100644
index 000000000000..577180d19276
--- /dev/null
+++ b/devel/p5-Test-JSON/pkg-plist
@@ -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