# -*- 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 # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Thrift 0.9.3 platforms darwin maintainers blair openmaintainer license BSD supported_archs noarch description Perl implementation of Thrift serialization library long_description Thrift is a software framework for scalable cross-language \ services development. It combines a software stack with a code \ generation engine to build services that work efficiently and \ seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \ Haskell, C#, Cocoa, Smalltalk, and OCaml. homepage http://thrift.apache.org/ master_sites apache:thrift/${version} dist_subdir thrift distname thrift-${version} checksums rmd160 18c78bebca360de649db21a89afd499e32b2343a \ sha256 b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e if {${perl5.major} != ""} { configure.dir ${worksrcpath}/lib/perl build.dir ${configure.dir} test.dir ${configure.dir} destroot.dir ${configure.dir} depends_lib-append \ port:p${perl5.major}-bit-vector \ port:p${perl5.major}-class-accessor post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} \ CHANGES \ LICENSE \ NOTICE \ README.md \ ${destroot}${docdir} } } livecheck.type regex livecheck.url http://www.apache.org/dist/thrift/ livecheck.regex {(\d+(?:\.\d+)*)/}