Ticket #44834: patch-p5-crypt-ssleay-Portfile.diff

File patch-p5-crypt-ssleay-Portfile.diff, 1.5 KB (added by jul_bsd@…, 10 years ago)
  • perl/p5-crypt-ssleay/Portfile

    old new  
     1# -*- 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
    12# $Id: Portfile 107595 2013-07-03 02:38:05Z dports@macports.org $
    23
    34PortSystem            1.0
    45PortGroup             perl5 1.0
    56
    6 perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup           Crypt-SSLeay 0.64
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup           Crypt-SSLeay 0.72
     9#revision              1
    810maintainers           nomaintainer
    911license               {Artistic GPL}
    1012description           module to add SSL support to LWP
     
    1315
    1416platforms             darwin
    1517
    16 checksums            rmd160  ea23812768b38265845ff82024218b024b1df38d \
    17                      sha256  eae61cf7aa64d79385b764010d8d77d09477e034c52fc3dfe68d0a13be78217c
     18checksums           rmd160  11c78b3d06b58753a4c94905fc45fc129d3ccfef \
     19                    sha256  f5d34f813677829857cf8a0458623db45b4d9c2311daaebe446f9e01afa9ffe8
    1820
    1921if {${perl5.major} != ""} {
    2022depends_lib-append    port:openssl \
    21                       port:p${perl5.major}-mime-base64
     23                      port:p${perl5.major}-mime-base64 \
     24                      port:p${perl5.major}-path-class
    2225                     
    2326configure.env         C_INCLUDE_PATH="${prefix}/include" \
    2427                      LIBRARY_PATH="${prefix}/lib"