# $Id: Portfile,v 1.11 2003/03/03 07:09:27 mij Exp $ PortSystem 1.0 name curl version 7.10.3 revision 2 categories net www maintainers jpm@opendarwin.org description Tool for transferring files with URL syntax long_description \ curl is a client to get documents/files from servers, using any of \ the supported protocols. The command is designed to work without \ user interaction or any kind of interactivity. homepage http://curl.haxx.se/ platforms darwin freebsd master_sites \ http://curl.haxx.se/download/ \ http://curl.sourceforge.net/download/ \ http://cool.haxx.se/curl/ \ ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \ ftp://ftp.rge.com/pub/networking/curl/ checksums md5 a76be06cd902ddb58cbec9335fa4e080 configure.args --without-ssl variant darwin { depends_lib lib:libdl:dlcompat } variant ssl { # depends_lib-append lib:libssl:libssl configure.args-append --with-ssl } variant ipv6 { configure.args-append --enable-ipv6 }