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>
|