# $Id: Portfile,v 1.7 2006/04/30 14:01:03 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-gdbm
version			2.4.3
categories		python databases
platforms		darwin
maintainers		mww@opendarwin.org
description		Python bindings to the GNU dbm library
long_description	${description}

homepage		http://www.python.org/doc/current/lib/module-gdbm.html
master_sites	http://www.python.org/ftp/python/${version}/
distname		Python-${version}
dist_subdir		python24
checksums		md5 141c683447d5e76be1d2bd4829574f02
use_bzip2		yes

depends_lib-append	port:gdbm

worksrcdir	${worksrcdir}/Modules

extract.post_args	"| tar -xf - ${distname}/Modules/gdbmmodule.c"
post-extract {
	file copy	${filespath}/setup.py ${worksrcpath}
}

patch {
	cd ${worksrcpath}
	reinplace "s|__VERSION__|${version}|g" setup.py
	reinplace "s|__PREFIX__|${prefix}|g" setup.py
}

