From a19aea4388a3d91bb94f6f26cddbd222e916d163 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 6 Aug 2009 17:26:09 +0000 Subject: [PATCH] Remove old portfile. --- Portfile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Portfile diff --git a/Portfile b/Portfile deleted file mode 100644 index 41e63b9..0000000 --- a/Portfile +++ /dev/null @@ -1,24 +0,0 @@ -PortSystem 1.0 - -name xmltooling -version 1.2.1 -categories shibboleth -maintainers cantor.2@osu.edu -description XMLTooling library for C++ -long_description Toolkit for security-aware XML processing -homepage http://www.opensaml.org/ -master_sites http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.2/ -checksums sha1 e140196544de0613a3645319271565deea66801a - -configure.args --disable-static \ - --with-log4shib=${prefix} \ - --with-openssl=${prefix} \ - --with-curl=${prefix} \ - --with-xerces=${prefix} \ - --with-xmlsec=${prefix} - - -depends_lib port:curl \ - port:xercesc \ - port:xml-security-c \ - port:log4shib -- 2.1.4