# -*- 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             py25-pydb
version          1.23
categories       python
maintainers      dweber macfreek.nl:software openmaintainer
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
distname         pydb-${version}

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

patchfiles       patch-Makefile.in.diff

depends_lib      port:python25

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


