a17841dc0e76156c3e75121d8a0d2500d85d4b5c
[shibboleth/cpp-xmltooling.git] / Portfile.in
1 PortSystem 1.0
2
3 name                @PACKAGE@
4 version             @PACKAGE_VERSION@
5 categories          security textproc xml shibboleth
6 maintainers         snc scantor
7 description         XMLTooling library for C++
8 long_description    Toolkit for security-aware XML processing
9 homepage            http://www.opensaml.org/
10
11 platforms           darwin
12 depends_lib         port:curl \
13                     port:xercesc3 \
14                     port:xml-security-c \
15                     port:log4shib
16
17 master_sites        http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/
18 checksums           sha1 @CHECKSUM@
19
20 configure.args      --disable-static \
21                     --with-openssl=${prefix} \
22                     --with-curl=${prefix} \
23                     --with-xerces=${prefix} \
24                     --with-xmlsec=${prefix}
25
26
27 livecheck.check     regex
28 livecheck.url       http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/latest/mac/ports/shibboleth/xmltooling/Portfile
29 livecheck.regex     "version *(\\d+\\.\\d+(\\.\\d+)?)"