Draft implementation.
[shibboleth/resolver.git] / Portfile.in
1 PortSystem 1.0
2
3 name                @PACKAGE@
4 version             @PACKAGE_VERSION@
5 categories          security shibboleth
6 maintainers         cantor.2@osu.edu
7 description         @PACKAGE@ extension for Shibboleth SP
8 long_description    @PACKAGE@ extension for Shibboleth SP
9 homepage            http://shibboleth.internet2.edu/
10
11 platforms           darwin
12 depends_lib         port:shibboleth
13
14 master_sites        http://shibboleth.internet2.edu/downloads/extensions/sp/
15 checksums           sha1 @CHECKSUM@
16
17 configure.args      --disable-static \
18                     --with-xerces=${prefix} \
19                     --with-xmlsec=${prefix} \
20                     --with-xmltooling=${prefix} \
21                     --with-saml=${prefix} \
22                     --with-shibsp=${prefix}