diff options
author | sno <sno@pkgsrc.org> | 2012-07-05 16:25:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-05 16:25:19 +0000 |
commit | d6a297e57ef8cce355d258ec4a1c44c1484604e0 (patch) | |
tree | 1d8e24ec4072c8f33bbac834d9f6414868d1e9ed /converters/p5-JSON-PP | |
parent | 29d42831fcef8e9fec344b1192906c16c8fde509 (diff) | |
download | pkgsrc-d6a297e57ef8cce355d258ec4a1c44c1484604e0.tar.gz |
Importing package for Perl 5 module JSON::PP version 2.27200 from CPAN
into converters/p5-JSON-PP.
This module is JSON::XS compatible pure Perl module. (Perl 5.8 or later
is recommended). JSON::XS is the fastest and most proper JSON module on
CPAN. It is written by Marc Lehmann in C, so must be compiled and
installed in the used environment.
JSON::PP is a pure-Perl module and has compatibility to JSON::XS.
Diffstat (limited to 'converters/p5-JSON-PP')
-rw-r--r-- | converters/p5-JSON-PP/DESCR | 6 | ||||
-rw-r--r-- | converters/p5-JSON-PP/Makefile | 18 | ||||
-rw-r--r-- | converters/p5-JSON-PP/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/converters/p5-JSON-PP/DESCR b/converters/p5-JSON-PP/DESCR new file mode 100644 index 00000000000..7a0794d6d60 --- /dev/null +++ b/converters/p5-JSON-PP/DESCR @@ -0,0 +1,6 @@ +This module is JSON::XS compatible pure Perl module. (Perl 5.8 or later +is recommended). JSON::XS is the fastest and most proper JSON module on +CPAN. It is written by Marc Lehmann in C, so must be compiled and +installed in the used environment. + +JSON::PP is a pure-Perl module and has compatibility to JSON::XS. diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile new file mode 100644 index 00000000000..11c0f3a1936 --- /dev/null +++ b/converters/p5-JSON-PP/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2012/07/05 16:25:19 sno Exp $ + +DISTNAME= JSON-PP-2.27200 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 converters +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/JSON-PP/ +COMMENT= JSON::XS compatible pure-Perl module +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/JSON/PP/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-JSON-PP/distinfo b/converters/p5-JSON-PP/distinfo new file mode 100644 index 00000000000..54ec2ca5ae8 --- /dev/null +++ b/converters/p5-JSON-PP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/07/05 16:25:19 sno Exp $ + +SHA1 (JSON-PP-2.27200.tar.gz) = 7e0e4a5160c0e2e8b8decef360bed231c763c910 +RMD160 (JSON-PP-2.27200.tar.gz) = 05d9985f683688a98cea429d55fdaa6faabcbcf7 +Size (JSON-PP-2.27200.tar.gz) = 41571 bytes |