PortSystem 1.0 name pycurl version 7.10.2 revision 0 categories net devel python maintainers jpm@opendarwin.org description python interface to 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 master_sites http://pycurl.sourceforge.net/download/ checksums md5 4aa393ba312ffddf661bb913f5cfba31 # libcurl needs version dependency - horrible interim solution depends_lib bin:XXX:curl bin:python:python configure {} build {} build.cmd python setup.py install --prefix=${prefix} \ --curl-config=${prefix}/bin/curl-config post-install { # remind user to define/add installed path to python path ui_msg "\nbe sure the install path is included in your python path:" ui_msg "setenv PYTHONPATH \$PYTHONPATH:${prefix}/lib/python2.2/site-packages\n" } include contents