mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
28 lines
731 B
Makefile
28 lines
731 B
Makefile
PORTNAME= Debug-Client
|
|
PORTVERSION= 0.34
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Client for the standard Perl debugger
|
|
WWW= https://metacpan.org/release/Debug-Client
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-PadWalker>=1.98:devel/p5-PadWalker \
|
|
p5-Term-ReadLine-Gnu>=1.24: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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|