# -*- 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-Daemon-SSL 1.04
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         A simple http server class with SSL support
long_description    HTTP::Daemon::SSL is a descendant of HTTP::Daemon that \
                    uses SSL sockets (via IO::Socket::SSL) instead of \
                    cleartext sockets.  It also handles SSL-specific \
                    problems, such as dealing with HTTP clients that attempt \
                    to connect to it without using SSL.

checksums           rmd160  39e795194acf15d1be48b9187f735a85a1608623 \
                    sha256  7eae05422d934c8492dfd3505b774fd6590c99808ce8beb6c57efd261e5dc22e

platforms           {darwin any}
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-io-socket-ssl \
                    port:p${perl5.major}-libwww-perl
}
