# $Id: Portfile 69520 2010-07-08 20:19:52Z jmr@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name			py26-xmlsec
version			0.3.0
revision        1
categories		python security textproc
platforms		darwin
maintainers		nomaintainer
description		a set of Python bindings for the XML Security Library.
long_description	${description}

homepage		http://pyxmlsec.labs.libre-entreprise.org/
master_sites	http://labs.libre-entreprise.org/download.php/430/
distname		pyxmlsec-${version}
checksums		md5     150631f634654804076f73a0859fea1a \
				sha1    4752ced5316d676a800230eca0408dd204ffe2b4 \
				rmd160  aa945ca704ea92747e3ad46041c03b0d37380147
patchfiles		patch-setup.py

depends_lib-append	port:py26-libxml2 \
				port:openssl \
				port:xmlsec

post-destroot	{
	file delete ${destroot}${prefix}/share/doc/${name}/examples
	file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}/
	file copy ${worksrcpath}/docs/html ${destroot}${prefix}/share/doc/${name}/
	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
		PKG-INFO README TODO ${destroot}${prefix}/share/doc/${name}
}
