# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 96289 2012-08-07 04:58:12Z scantor@macports.org $ PortSystem 1.0 name xmltooling version 1.5.0 categories security textproc xml shibboleth license Apache-2 maintainers snc scantor description XMLTooling library for C++ long_description Toolkit for security-aware XML processing homepage http://www.opensaml.org/ platforms darwin depends_lib port:curl \ port:boost \ port:xercesc3 \ port:xml-security-c \ port:log4shib master_sites http://shibboleth.net/downloads/c++-opensaml/2.5.0/ checksums rmd160 2ec5e396b2ba24083b453f36c212ab53caecbdba \ sha256 b932cd86f153d574a84c466a47185505e5efabe366d3dba6069f35ca31dd44be configure.args --disable-static \ --with-openssl=${prefix} \ --with-curl=${prefix} \ --with-boost=${prefix} \ --with-xerces=${prefix} \ --with-xmlsec=${prefix} if {${configure.compiler} == "clang"} { configure.compiler llvm-gcc-4.2 } livecheck.type regex livecheck.url http://shibboleth.net/downloads/c++-opensaml/latest/ livecheck.regex ${name}-(\\d+\\.\\d+(\\.\\d+)?)