Ticket #12447: Portfile

File Portfile, 699 bytes (added by macfreek (Freek Dijkstra), 17 years ago)
Line 
1# $Id: $
2
3PortSystem 1.0
4name             py-db
5version          1.22
6categories       python
7maintainers      software@macfreek.nl openmaintainer@macports.org
8description      Extended Python Debugger
9long_description \
10        pydb is an expanded version of the Python debugger loosely based on the gdb command set. \
11        To use pydb in a GUI, also install the ddd packages, and run "ddd --pydb"
12homepage         http://bashdb.sourceforge.net/
13platforms        darwin
14# recommends     port:ddd
15
16master_sites     sourceforge:bashdb
17distname         pydb-${version}
18checksums        md5 1acb757e635fe01ac5fb51d91fd867cb
19
20configure.args   --mandir="${prefix}/share/man"
21patchfiles       patch-Makefile.in.diff