# $Id: Portfile,v 1.6 2006/02/08 08:05:54 mww Exp $ PortSystem 1.0 name wsdlpull version 1.9.8 categories devel platforms darwin maintainers mww@opendarwin.org description C++ Web services library long_description wsdlpull is an efficient C++ Web services library that \ includes a standards compliant WSDL parser API, a Schema parser \ and validator, an XML parser and serializer, and an API and \ command line tool for dynamically inspecting and invoking WSDL Web \ services. homepage http://wsdlpull.sourceforge.net/ master_sites sourceforge checksums sha1 61d7deb4d3c94470ff5d921c3bcdc0b73bb3ab81 worksrcdir ${name}-1.9 depends_lib port:curl port:openssl port:zlib configure.env CXXFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }