freebsd-ports/devel/p5-Debug-Client/Makefile
2021-04-06 16:31:07 +02:00

28 lines
716 B
Makefile

# Created by: ports@c0decafe.net
PORTNAME= Debug-Client
PORTVERSION= 0.31
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Client for the standard Perl debugger
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-PadWalker>=1.98:devel/p5-PadWalker \
p5-Term-ReadLine-Gnu>=1.20:devel/p5-Term-ReadLine-Gnu
TEST_DEPENDS= p5-File-HomeDir>=1:devel/p5-File-HomeDir \
p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
p5-Test-Class>=0.42:devel/p5-Test-Class \
p5-Test-Deep>=0.112:devel/p5-Test-Deep \
p5-Test-Requires>=0.07:devel/p5-Test-Requires
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>