# -*- 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 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup HTTP-Message 6.11 platforms darwin maintainers nomaintainer license {Artistic-1 GPL} 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 fd3d98dfe6ae3c36e6347a2763e8df76e9c8cd51 \ sha256 e7b368077ae6a188d99920411d8f52a8e5acfb39574d4f5c24f46fd22533d81b if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-encode-locale \ port:p${perl5.major}-http-date \ port:p${perl5.major}-io-html \ port:p${perl5.major}-lwp-mediatypes \ port:p${perl5.major}-uri }