# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup WWW-Curl 4.17 revision 1 license {MPL MIT} maintainers alum.wpi.edu:arno+macports openmaintainer description Perl extension interface for libcurl long_description Python module interface to the cURL library which is a \ tool for transferring files with URL syntax, supporting \ many protocols. platforms darwin checksums rmd160 786b6e0461051eae67bdcded046095895ea2a6a2 \ sha256 52ffab110e32348d775f241c973eb56f96b08eedbc110d77d257cdb0a24ab7ba if {${perl5.major} != ""} { depends_lib-append port:curl # patch Makefile.PL for compatibility with curl 7.50.2+ # https://rt.cpan.org/Public/Bug/Display.html?id=117793 # https://github.com/szbalint/WWW--Curl/issues/16 patchfiles curl-7.50.2-invalid-symbols.patch }