Changeset 131666
- Timestamp:
- Jan 15, 2015, 1:57:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/perl/p5-json-xs/Portfile
r130129 r131666 7 7 epoch 1 8 8 perl5.branches 5.16 5.18 5.20 9 perl5.setup JSON-XS 2.2310 revision 3 9 perl5.setup JSON-XS 3.01 10 license {Artistic-1 GPL} 11 11 maintainers nottwo 12 12 13 description JSON serialising/deserialising, done correctly and fast 13 14 long_description This module converts Perl data structures to JSON and \ … … 15 16 secondary goal is to be *fast*. To reach the latter goal \ 16 17 it was written in C. 17 license {Artistic-1 GPL} 18 19 checksums rmd160 5936adbe9098f40c934fe0663f93a7c183ee1464 \ 20 sha256 4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab 18 21 19 22 platforms darwin 20 23 21 checksums sha1 4760c22b5919dcec5d4451ab7f681d80ef8c0f4e \ 22 rmd160 b35d17d34725debb97dd51acd0c49f5d745e19ae 24 if {${perl5.major} != ""} { 25 depends_lib-append \ 26 port:p${perl5.major}-common-sense \ 27 port:p${perl5.major}-types-serialiser 28 }
Note: See TracChangeset
for help on using the changeset viewer.