Remove old portfile.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 17:26:09 +0000 (17:26 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 17:26:09 +0000 (17:26 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@613 de75baf8-a10c-0410-a50a-987c0e22f00f

Portfile [deleted file]

diff --git a/Portfile b/Portfile
deleted file mode 100644 (file)
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