SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Test-JSON/Makefile
Normal file
19
devel/p5-Test-JSON/Makefile
Normal 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>
|
2
devel/p5-Test-JSON/distinfo
Normal file
2
devel/p5-Test-JSON/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-JSON-0.11.tar.gz) = B8CKsvzBKFDRrVT89q/prRoloJgxDD5xQq8dPLgh17M=
|
||||
SIZE (Test-JSON-0.11.tar.gz) = 3979
|
3
devel/p5-Test-JSON/pkg/DESCR
Normal file
3
devel/p5-Test-JSON/pkg/DESCR
Normal 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.
|
2
devel/p5-Test-JSON/pkg/PLIST
Normal file
2
devel/p5-Test-JSON/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Test/JSON.pm
|
||||
@man man/man3p/Test::JSON.3p
|
Loading…
Add table
Add a link
Reference in a new issue