# $Id: Portfile,v 1.6 2004/12/28 06:28:57 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-mx
version			2.0.5
revision		1
categories		python devel
maintainers		mww@opendarwin.org
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 a793a8fd2d5f646a2fb683d2d967a16b

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