# -*- 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: Portfile 130129 2014-12-27 11:23:11Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 perl5.setup Crypt-SSLeay 0.72 maintainers nomaintainer license Artistic-2 description module to add SSL support to LWP long_description ${description} homepage http://search.cpan.org/~nanis/${distname}/ platforms darwin checksums rmd160 11c78b3d06b58753a4c94905fc45fc129d3ccfef \ sha256 f5d34f813677829857cf8a0458623db45b4d9c2311daaebe446f9e01afa9ffe8 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-path-class \ port:p${perl5.major}-try-tiny depends_lib-append \ port:openssl \ port:p${perl5.major}-lwp-protocol-https \ port:p${perl5.major}-mime-base64 configure.env C_INCLUDE_PATH="${prefix}/include" \ LIBRARY_PATH="${prefix}/lib" configure.args-append \ "--lib=${prefix}" }