mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
477 B
Makefile
25 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= 1
|
|
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>
|