# $Id: Portfile 64308 2010-03-01 19:25:15Z ryandesign@macports.org $

PortSystem 1.0

name			xmlsec
version			1.2.13
categories		security textproc devel
platforms		darwin
maintainers		nomaintainer
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/ \
				ftp://ftp.xmlsoft.org/xmlsec/releases/
distname		xmlsec1-${version}
checksums		md5     f8eb1ac14917f47bc35c265c9d76aaab \
				sha1    7953be1ba966fe7ca379839631299bd6963c418f \
				rmd160  4743dbf406cc63db60ececb3257967398a1416a6
patchfiles		patch-configure

depends_lib		port:libxml2 \
				port:libxslt \
				port:openssl \
				port:libiconv \
				port:zlib

configure.args	--with-libxml=${prefix} \
				--with-libxslt=${prefix} \
				--with-openssl=${prefix} \
				--mandir=${prefix}/share/man

test.run		yes
test.target		check
