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 1 2 # $Id: Portfile 107595 2013-07-03 02:38:05Z dports@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup Crypt-SSLeay 0.64 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Crypt-SSLeay 0.72 9 #revision 1 8 10 maintainers nomaintainer 9 11 license {Artistic GPL} 10 12 description module to add SSL support to LWP … … 13 15 14 16 platforms darwin 15 17 16 checksums rmd160 ea23812768b38265845ff82024218b024b1df38d\17 sha256 eae61cf7aa64d79385b764010d8d77d09477e034c52fc3dfe68d0a13be78217c18 checksums rmd160 11c78b3d06b58753a4c94905fc45fc129d3ccfef \ 19 sha256 f5d34f813677829857cf8a0458623db45b4d9c2311daaebe446f9e01afa9ffe8 18 20 19 21 if {${perl5.major} != ""} { 20 22 depends_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 22 25 23 26 configure.env C_INCLUDE_PATH="${prefix}/include" \ 24 27 LIBRARY_PATH="${prefix}/lib"