# $Id: Portfile 86757 2011-11-03 02:17:47Z jmr@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-mx
version			2.0.6
categories		python devel
# contains a choice of law clause
license			Permissive GPLConflict
maintainers		nomaintainer
platforms		darwin freebsd
description		python extensions for database, date/time processing and other
long_description	collection of Python software tools which enhance \
				Python's usability in many important areas such as \
				ODBC database connectivity, fast text processing, \
				date/time processing and web site programming.          

homepage		http://www.egenix.com/files/python/eGenix-mx-Extensions.html
master_sites	http://www.egenix.com/files/python
distname		egenix-mx-base-${version}
checksums		md5 66841151728a06f92d0b8dd2ed317a29

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} COPYRIGHT LICENSE README \
		${destroot}${prefix}/share/doc/${name}
}
