# -*- 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         LWP-Protocol-https 6.14 ../../authors/id/O/OA/OALDERS/
license             {Artistic-1 GPL}
maintainers         nomaintainer

platforms           {darwin any}
supported_archs     noarch

description         LWP::Protocol::https - SSL support for libwww-perl
long_description    The LWP::Protocol::https module used to be bundled with p5-libwww-perl, \
                    but it was unbundled in v6.02 so that dependencies could be declared \
                    properly.  Ports that need https support can just declare their \
                    dependency on ${name} and will no longer need to know what \
                    underlying modules to install.

checksums           rmd160  6de55bb136a5c251144297768e625116a149e62f \
                    sha256  59cdeabf26950d4f1bef70f096b0d77c5b1c5a7b5ad1b66d71b681ba279cbb2a \
                    size    33714

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-needs \
                    port:p${perl5.major}-test-requiresinternet \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:p${perl5.major}-io-socket-ssl \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-mozilla-ca \
                    port:p${perl5.major}-net-http
}
