Ticket #17071: Portfile

File Portfile, 1010 bytes (added by dweber@…, 16 years ago)

pydb-1.23 Portfile

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
3# $Id: $
4
5PortSystem       1.0
6name             pydb
7version          1.23
8categories       python
9maintainers      software@macfreek.nl dweber openmaintainer@macports.org
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
19
20checksums       md5 947f55b508e475630a461a80899481c6 \
21                sha 193c2b97fc2547fb8de3e99e08c9f32d8a92ddfd \
22                rmd160 1608ec9a34a108188eef5f9e9eb8eba4f4773404
23
24depends_lib     port:python25
25
26#patchfiles       patch-Makefile.in.diff
27#patchfiles      patch-Makefile.in
28
29configure.args-append \
30    --with-python=${prefix}/bin/python
31