de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
24 lines
477 B
Makefile
24 lines
477 B
Makefile
# New ports collection makefile for: p5-Devel-ptkdb
|
|
# Date created: May 9th 2002
|
|
# Whom: Alex Kapranoff <kappa@freebsd.org.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-ptkdb
|
|
PORTVERSION= 1.1091
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tk debugger for Perl
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::ptkdb.3
|
|
|
|
.include <bsd.port.mk>
|