SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,19 @@
COMMENT = test JSON data
MODULES = cpan
PKG_ARCH = *
DISTNAME = Test-JSON-0.11
REVISION = 1
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = converters/p5-JSON-Any \
devel/p5-Test-Differences
CONFIGURE_STYLE = modbuild
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-JSON-0.11.tar.gz) = B8CKsvzBKFDRrVT89q/prRoloJgxDD5xQq8dPLgh17M=
SIZE (Test-JSON-0.11.tar.gz) = 3979

View file

@ -0,0 +1,3 @@
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.

View file

@ -0,0 +1,2 @@
${P5SITE}/Test/JSON.pm
@man man/man3p/Test::JSON.3p