# $Id: Portfile,v 1.1 2005/10/22 15:23:28 mww Exp $ PortSystem 1.0 name wsdlpull version 1.9.5 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 md5 359d84abbd5ca8b0d7220a9ac097f6af 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 }