Commits
David B. Evans authored c6ee092121e
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 5.30 |
7 - | perl5.setup Cpanel-JSON-XS 4.15 ../../authors/id/R/RU/RURBAN |
7 + | perl5.setup Cpanel-JSON-XS 4.17 ../../authors/id/R/RU/RURBAN |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers nomaintainer |
10 10 | description JSON::XS for Cpanel, fast and correct serialising |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 39da322410539608a2687c073429bb6acdaf4349 \ |
16 - | sha256 9d9b732a07fbda528603fa7c1b3a40a4aaf23a840281b29be9521ae910202599 \ |
17 - | size 247366 |
15 + | checksums rmd160 36a319dc46432231510764f15b1f946ef0c185f7 \ |
16 + | sha256 fa80ae47caa9beee6db9b12df2c04482e98df1d62041a114ccd82b681a8706fb \ |
17 + | size 247764 |
18 18 | |
19 19 | if {${perl5.major} != ""} { |
20 20 | # requires Pod::Text provided by podlators distribution |
21 21 | depends_lib-append \ |
22 22 | port:p${perl5.major}-encode \ |
23 23 | port:p${perl5.major}-podlators |
24 24 | } |