# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup IO-Socket-SSL 1.44 revision 2 platforms darwin maintainers l2g openmaintainer license {Artistic GPL} supported_archs noarch description Nearly transparent SSL encapsulation for IO::Socket::INET long_description IO::Socket::SSL is a class implementing an object \ oriented interface to SSL sockets. The class is a \ descendent of IO::Socket::INET. checksums sha1 d85f450a2d6350a3b06980326ced1c6b7076d66a \ rmd160 03385416241c587b307001e1c8035b709e9ca256 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-net-ssleay port:p${perl5.major}-net-libidn # Only required for full testing: #depends_build-append port:p${perl5.major}-io-socket-inet6 }