# $Id: Portfile,v 1.3 2005/04/19 18:15:10 jberry Exp $ PortSystem 1.0 name xmlsec version 1.2.8 categories security textproc devel platforms darwin maintainers mww@opendarwin.org description XML Security Library is a C library based on LibXML2. long_description XML Security Library is a C library based on LibXML2. The \ library supports major XML security standards. XML Signature, \ XML Encryption, Canonical XML and Exclusive Canonical XML. homepage http://www.aleksey.com/xmlsec/ master_sites ${homepage}/download/ distname xmlsec1-${version} checksums md5 9f86c77c2ca317d03fbd8fe2e685ea67 patchfiles patch-configure depends_lib port:libxml2 \ port:libxslt \ port:openssl \ port:libiconv \ port:zlib configure.args --with-libxml=${prefix} \ --with-libxslt=${prefix} \ --mandir=${prefix}/share/man platform darwin 7 { build.env MACOSX_DEPLOYMENT_TARGET=10.3 } test.run yes test.target check