]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-JSON/perl-JSON.nm
screen: Make screen FHS compliant
[ipfire-3.x.git] / perl-JSON / perl-JSON.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-JSON
7 version = 4.10
8 release = 1
9 arch = noarch
10 thisapp = JSON-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/JSON/
14 license = GPL+ or Artistic
15 summary = JSON (JavaScript Object Notation) encoder/decoder.
16
17 description
18 This module is a thin wrapper for JSON::XS-compatible modules with a few
19 additional features. All the backend modules convert a Perl data structure
20 to a JSON text and vice versa.
21
22 This module uses JSON::XS by default, and when JSON::XS is not available,
23 falls back on JSON::PP, which is in the Perl core since 5.14.
24 end
25
26 source_dl = https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/
27
28 build
29 requires
30 perl(ExtUtils::MakeMaker)
31 perl(Test::More)
32 end
33
34 build
35 perl Makefile.PL INSTALLDIRS=perl
36 make %{PARALLELISMFLAGS}
37 end
38
39 test
40 #make test
41 end
42 end
43
44 packages
45 package %{name}
46 filter_requires = (JSON::backportPP)
47 end
48 end