# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Protocol-HTTP2 1.10 ../../authors/id/C/CR/CRUX platforms {darwin any} maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description Protocol::HTTP2 - HTTP/2 protocol implementation long_description Protocol::HTTP2 is HTTP/2 protocol implementation \ (RFC 7540) with stateful decoders/encoders of \ HTTP/2 frames. You may use this module to \ implement your own HTTP/2 client/server/ \ intermediate on top of your favorite event loop \ over plain or tls socket (see examples). checksums rmd160 03bf28a9bfa53b229be9d3efd115f8a6474fe5e5 \ sha256 c26a0058fb4afae97e4bf0dbc64189f671144515c4447f3dcb597ecd0396a64a \ size 53303 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-module-build-tiny perl5.use_module_build }