Ticket #44834: patch-p5-json-xs-Portfile.diff
File patch-p5-json-xs-Portfile.diff, 1.4 KB (added by jul_bsd@…, 10 years ago) |
---|
-
perl/p5-json-xs/Portfile
old new 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 1 2 # $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 7 epoch 1 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 perl5.setup JSON-XS 2.23 9 revision 3 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 perl5.setup JSON-XS 3.01 10 10 maintainers nottwo 11 11 description JSON serialising/deserialising, done correctly and fast 12 12 long_description This module converts Perl data structures to JSON and \ 13 13 vice versa. Its primary goal is to be *correct* and its \ 14 14 secondary goal is to be *fast*. To reach the latter goal \ 15 15 it was written in C. 16 license {Artistic-1 GPL} 16 17 17 18 platforms darwin 18 19 19 checksums md5 e5bad5004706d82762cc1d0ec6ddc961\20 sha 1 4760c22b5919dcec5d4451ab7f681d80ef8c0f4e \21 rmd160 b35d17d34725debb97dd51acd0c49f5d745e19ae \ 20 checksums rmd160 5936adbe9098f40c934fe0663f93a7c183ee1464 \ 21 sha256 4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab 22