1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/p5-Debug-Client/Makefile
Martin Wilke 54844b1be6 Client for the standard perl debugger.
Debug::Client was spun off from Padre.

WWW:	http://padre.perlide.org/wiki/Projects

PR:		ports/144822
Submitted by:	ports at c0decafe.net
2010-03-21 12:54:28 +00:00

23 lines
393 B
Makefile

# New ports collection makefile for: p5-Debug-Client
# Date created: 2010-03-17
# Whom: ports@c0decafe.net
#
# $FreeBSD$
#
PORTNAME= Debug-Client
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@c0decafe.net
COMMENT= Client for the standard Perl debugger
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Debug::Client.3
.include <bsd.port.mk>