# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem           1.0
PortGroup            perl5 1.0
perl5.setup          HTTP-Daemon-SSL 1.02
revision             0
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            md5 925cd89dd69ecb15f80cd00e0fd5fe85
depends_lib-append   port:p5-libwww-perl \
                     port:p5-io-socket-ssl

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
