# -*- 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 HTTP-Message 6.45 revision 1 license {Artistic-1 GPL} maintainers nomaintainer platforms {darwin any} supported_archs noarch description HTTP::Message - Representation of HTTP messages long_description The HTTP-Message distribution contains classes useful for representing \ the messages passed in HTTP style communication. These are classes \ representing requests, responses and the headers contained within them. checksums rmd160 b5b3c505f361657a2d216f597c9a7e31727203c5 \ sha256 01cb8406612a3f738842d1e97313ae4d874870d1b8d6d66331f16000943d4cbe \ size 95552 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-needs \ port:p${perl5.major}-test-simple \ port:p${perl5.major}-try-tiny depends_lib-append \ port:p${perl5.major}-clone \ port:p${perl5.major}-compress-raw-bzip2 \ port:p${perl5.major}-compress-raw-zlib \ port:p${perl5.major}-encode \ port:p${perl5.major}-encode-locale \ port:p${perl5.major}-http-date \ port:p${perl5.major}-io-compress \ port:p${perl5.major}-io-html \ port:p${perl5.major}-lwp-mediatypes \ port:p${perl5.major}-uri }