03b68d596c
ptkdb is a debugger for Perl with a Tk GUI. Features include push button controls, restart, expression evaluation window, conditional breakpoints, and hot variables. This is not a GUI wrapper on the existing debugger, but a new debugger built from the ground up. inputs and ok pvalchev@
27 lines
608 B
Makefile
27 lines
608 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/18 22:27:38 aanriot Exp $
|
|
|
|
COMMENT= "perl debugger built with a PerlTk GUI"
|
|
|
|
DISTNAME= Devel-ptkdb-1.1091
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
HOMEPAGE= http://world.std.com/~aep/ptkdb/
|
|
|
|
MAINTAINER= Alexandre Anriot <aanriot@openbsd.org>
|
|
|
|
# GPL / Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AE/AEPAGE/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
CONFIGURE_ARGS= INSTALLDIRS="site"
|
|
|
|
RUN_DEPENDS= ::x11/tk/8.4 \
|
|
::x11/p5-Tk
|
|
|
|
.include <bsd.port.mk> |