# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

# $Id: $

PortSystem       1.0
name             pydb
version          1.23
categories       python
maintainers      software@macfreek.nl dweber openmaintainer@macports.org
description      Extended Python Debugger
long_description \
    pydb is an expanded version of the Python debugger loosely based on the gdb command set. \
    To use pydb in a GUI, also install the ddd packages, and run "ddd --pydb"

homepage         http://bashdb.sourceforge.net/pydb/
platforms        darwin

master_sites     sourceforge:bashdb

checksums       md5 947f55b508e475630a461a80899481c6 \
                sha 193c2b97fc2547fb8de3e99e08c9f32d8a92ddfd \
                rmd160 1608ec9a34a108188eef5f9e9eb8eba4f4773404

depends_lib     port:python25

#patchfiles       patch-Makefile.in.diff
#patchfiles      patch-Makefile.in

configure.args-append \
    --with-python=${prefix}/bin/python


