aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Debug-Client/Makefile
blob: 1bd05df92a8611338d7c9ad2807d3482caf25029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	p5-Debug-Client
# Date created:		2010-03-17
# Whom:			ports@c0decafe.net
#
# $FreeBSD$
#

PORTNAME=	Debug-Client
PORTVERSION=	0.12
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Client for the standard Perl debugger

BUILD_DEPENDS=	p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir
RUN_DEPENDS=	p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir

TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep

PERL_CONFIGURE=	yes

MAN3=		Debug::Client.3

.include <bsd.port.mk>