Commits
David B. Evans authored f8d0607d956
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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 Thrift 0.10.0 |
7 + | perl5.setup Thrift 0.12.0 |
8 8 | platforms darwin |
9 9 | maintainers nomaintainer |
10 10 | license BSD |
11 11 | supported_archs noarch |
12 12 | |
13 13 | description Perl implementation of Thrift serialization library |
14 14 | |
15 15 | long_description Thrift is a software framework for scalable cross-language \ |
16 16 | services development. It combines a software stack with a code \ |
17 17 | generation engine to build services that work efficiently and \ |
18 18 | seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \ |
19 19 | Haskell, C#, Cocoa, Smalltalk, and OCaml. |
20 20 | |
21 21 | homepage https://thrift.apache.org/ |
22 22 | master_sites apache:thrift/${version} |
23 23 | dist_subdir thrift |
24 24 | distname thrift-${version} |
25 25 | |
26 - | checksums sha1 5c67fb6d2e01fa4ee02823a9c577f4d985f0ecfe \ |
27 - | rmd160 cf7d49bf4d39c980c7549088e947c12df4d1046d \ |
28 - | sha256 2289d02de6e8db04cbbabb921aeb62bfe3098c4c83f36eec6c31194301efa10b |
26 + | checksums rmd160 dc6286d9523ae0e073f12057987b42fffdddd754 \ |
27 + | sha256 c336099532b765a6815173f62df0ed897528a9d551837d627c1f87fadad90428 \ |
28 + | size 3906291 |
29 29 | |
30 30 | if {${perl5.major} != ""} { |
31 31 | configure.dir ${worksrcpath}/lib/perl |
32 32 | build.dir ${configure.dir} |
33 33 | test.dir ${configure.dir} |
34 34 | destroot.dir ${configure.dir} |
35 35 | |
36 36 | depends_lib-append \ |
37 37 | port:p${perl5.major}-bit-vector \ |
38 38 | port:p${perl5.major}-class-accessor |