https://issues.shibboleth.net/jira/browse/CPPOST-66
[shibboleth/cpp-opensaml.git] / Portfile.in
1 PortSystem 1.0
2
3 name                @PACKAGE@
4 version             @PACKAGE_VERSION@
5 categories          lang shibboleth security xml
6 maintainers         scantor snc
7 description         OpenSAML 2 library for C++
8 long_description    SAML 2.0/1.x toolkit
9 homepage            http://www.opensaml.org/
10 master_sites        http://shibboleth.internet2.edu/downloads/opensaml/cpp/${version}/
11
12 platforms           darwin
13
14 depends_lib         port:xmltooling \
15                     port:xml-security-c \
16                     port:xercesc3 \
17                     port:log4shib
18
19 checksums           sha1 @CHECKSUM@
20
21 configure.args      --disable-static \
22                     --with-xmltooling=${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/opensaml/Portfile
29 livecheck.regex     "version *(\\d+\\.\\d+(\\.\\d+)?)"