# $Id: Portfile,v 1.6 2005/10/06 05:00:58 toby Exp $ PortSystem 1.0 name tclcurl version 0.14.1 categories devel maintainers toby@opendarwin.org description Tcl binding for libcurl long_description \ The TclCurl extension gives Tcl programmers access to the libcurl \ library written by Daniel Stenberg, with it you can download urls, \ upload them and many other neat tricks. platforms darwin set urlbase http://personal1.iddeo.es/andresgarci/tclcurl/ homepage ${urlbase}english/ master_sites ${urlbase}download/tarball/ distname TclCurl-${version} checksums sha1 44ac77f871e4bf926fe427bd63b362e1a1348608 depends_lib port:curl patchfiles patch-configure configure.args --exec-prefix=${prefix} \ --mandir=${prefix}/share/man \ --enable-threads