# $Id: Portfile 44022 2008-12-19 18:10:49Z jmr@macports.org $

PortSystem 1.0

name			xmlsec
version			1.2.9
revision		1
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 b378a076708766966724aaeba09e4607
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
