# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-souk
version			0.5.1
revision		1
categories		python
platforms		darwin
maintainers		nomaintainer
description		framework implementing the Liberty Alliance specifications
long_description	Souk is a Python framework that implements the Liberty \
				Alliance specifications. It allows developers to build \
				full-featured identity providers, service providers, and \
				proxies.

homepage		http://lasso.entrouvert.org/souk/
master_sites	http://labs.libre-entreprise.org/download/souk/
distname		souk-${version}
checksums		md5 9ec9689bce1c0ae436effa3d0a69d387

patch	{
	reinplace "s|/usr|${prefix}|g" ${worksrcpath}/setup.py
}
