X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fresolver.git;a=blobdiff_plain;f=Portfile.in;fp=Portfile.in;h=575c5d9dd65a1bae1e2ea91848771662ccbec19f;hp=0000000000000000000000000000000000000000;hb=c8a04029bd704fc787bf953a0c99fd1c0b371e7c;hpb=754d6309bad0a25b5d2d26e63341a4dd2a7d0ca7 diff --git a/Portfile.in b/Portfile.in new file mode 100644 index 0000000..575c5d9 --- /dev/null +++ b/Portfile.in @@ -0,0 +1,22 @@ +PortSystem 1.0 + +name @PACKAGE@ +version @PACKAGE_VERSION@ +categories security shibboleth +maintainers cantor.2@osu.edu +description @PACKAGE@ extension for Shibboleth SP +long_description @PACKAGE@ extension for Shibboleth SP +homepage http://shibboleth.internet2.edu/ + +platforms darwin +depends_lib port:shibboleth + +master_sites http://shibboleth.internet2.edu/downloads/extensions/sp/ +checksums sha1 @CHECKSUM@ + +configure.args --disable-static \ + --with-xerces=${prefix} \ + --with-xmlsec=${prefix} \ + --with-xmltooling=${prefix} \ + --with-saml=${prefix} \ + --with-shibsp=${prefix}