Commits
David B. Evans authored e7d54286cb4
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 5.28 |
7 - | perl5.setup JSON 2.97001 ../../authors/id/I/IS/ISHIGAKI |
7 + | perl5.setup JSON 4.02 ../../authors/id/I/IS/ISHIGAKI |
8 8 | license {Artistic-1 GPL} |
9 9 | platforms darwin |
10 10 | maintainers nomaintainer |
11 11 | supported_archs noarch |
12 12 | |
13 13 | description parse and convert to JSON (JavaScript Object Notation). |
14 14 | long_description This module converts between JSON \ |
15 15 | (JavaScript Object Notation) and Perl data structure \ |
16 16 | into each other. For JSON, See to \ |
17 17 | http://www.crockford.com/JSON/. |
18 18 | |
19 - | checksums rmd160 3733e22f34e55d0f15e351158d3edb2807480c44 \ |
20 - | sha256 e277d9385633574923f48c297e1b8acad3170c69fa590e31fa466040fc6f8f5a |
19 + | checksums rmd160 a2809c2e5666590afdd355c243194594160807f6 \ |
20 + | sha256 444a88755a89ffa2a5424ab4ed1d11dca61808ebef57e81243424619a9e8627c \ |
21 + | size 90374 |
21 22 | |
22 23 | if {${perl5.major} != ""} { |
23 24 | depends_lib-append \ |
24 25 | port:p${perl5.major}-json-xs |
25 26 | } |