mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
54844b1be6
Debug::Client was spun off from Padre. WWW: http://padre.perlide.org/wiki/Projects PR: ports/144822 Submitted by: ports at c0decafe.net
23 lines
393 B
Makefile
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>
|