Ticket #17071: Portfile.3

File Portfile.3, 1003 bytes (added by mf2k (Frank Schima), 16 years ago)
Line 
1# -*- 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
2# $Id: $
3
4PortSystem       1.0
5
6name             py25-pydb
7version          1.23
8categories       python
9maintainers      dweber macfreek.nl:software openmaintainer
10description      Extended Python Debugger
11long_description \
12    pydb is an expanded version of the Python debugger loosely based on the gdb command set. \
13    To use pydb in a GUI, also install the ddd packages, and run "ddd --pydb"
14
15homepage         http://bashdb.sourceforge.net/pydb/
16platforms        darwin
17
18master_sites     sourceforge:bashdb
19distname         pydb-${version}
20
21checksums        md5 947f55b508e475630a461a80899481c6 \
22                 sha 193c2b97fc2547fb8de3e99e08c9f32d8a92ddfd \
23                 rmd160 1608ec9a34a108188eef5f9e9eb8eba4f4773404
24
25patchfiles       patch-Makefile.in.diff
26
27depends_lib      port:python25
28
29configure.args-append \
30    --with-python=${prefix}/bin/python
31