# $Id: Portfile 99582 2012-11-10 17:28:13Z ryandesign@macports.org $

PortSystem           1.0
PortGroup            perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup          HTTP-Daemon-SSL 1.04
maintainers          email.arc.nasa.gov:sal
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.
platforms            darwin

checksums            rmd160  39e795194acf15d1be48b9187f735a85a1608623 \
                     sha256  7eae05422d934c8492dfd3505b774fd6590c99808ce8beb6c57efd261e5dc22e

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

supported_archs noarch
}
