mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 0.29
- Fix *_DEPENDS: - IO::Socket::IP 0.21+ is already in Perl 5.20 - Term::ReadLine 1.1+ is already in Perl 5.18 and above - Add BUILD_DEPENDS - Add more TEST_DEPENDS - Remove outdated PERL_LEVEL check - Update pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/Debug-Client/Changes
This commit is contained in:
parent
bad82e38b9
commit
a9ac716552
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377355
@ -2,32 +2,40 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Debug-Client
|
||||
PORTVERSION= 0.24
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.29
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Client for the standard Perl debugger
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-IO-Socket-IP>=0.18:${PORTSDIR}/net/p5-IO-Socket-IP \
|
||||
p5-PadWalker>=1.96:${PORTSDIR}/devel/p5-PadWalker \
|
||||
BUILD_DEPENDS= p5-PadWalker>=1.96:${PORTSDIR}/devel/p5-PadWalker \
|
||||
p5-ReadLine-Perl>=1.0303:${PORTSDIR}/devel/p5-ReadLine-Perl
|
||||
TEST_DEPENDS= p5-File-HomeDir>=1.00:${PORTSDIR}/devel/p5-File-HomeDir \
|
||||
p5-Test-Class>=0.38:${PORTSDIR}/devel/p5-Test-Class \
|
||||
p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-File-HomeDir>=1:${PORTSDIR}/devel/p5-File-HomeDir \
|
||||
p5-ReadLine-Gnu>=1.20:${PORTSDIR}/devel/p5-ReadLine-Gnu \
|
||||
p5-Test-CheckDeps>=0.006:${PORTSDIR}/devel/p5-Test-CheckDeps \
|
||||
p5-Test-Class>=0.39:${PORTSDIR}/devel/p5-Test-Class \
|
||||
p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-Test-Requires>=0.07:${PORTSDIR}/devel/p5-Test-Requires
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501600
|
||||
TEST_DEPENDS+= p5-Time-HiRes>=1.9725:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
.if ${PERL_LEVEL} < 501800
|
||||
BUILD_DEPENDS+= p5-version>=0.99.02:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS+= p5-version>=0.99.02:${PORTSDIR}/devel/p5-version
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 502000
|
||||
BUILD_DEPENDS+= p5-IO-Socket-IP>=0.21:${PORTSDIR}/net/p5-IO-Socket-IP
|
||||
RUN_DEPENDS+= p5-IO-Socket-IP>=0.21:${PORTSDIR}/net/p5-IO-Socket-IP
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Debug-Client-0.24.tar.gz) = 9b7f3bf677256d92d9f9b5a3ee1ef469525d897d7dcf51eadc2044429563d96b
|
||||
SIZE (Debug-Client-0.24.tar.gz) = 40169
|
||||
SHA256 (Debug-Client-0.29.tar.gz) = 51f4ea6c6991221024a08b6106d4af1455452fae3b809b0bf0a208fbddb30efa
|
||||
SIZE (Debug-Client-0.29.tar.gz) = 41615
|
||||
|
@ -1,6 +1,4 @@
|
||||
Client for the standard perl debugger.
|
||||
|
||||
Debug::Client was spun off from Padre.
|
||||
The primary use of Debug::Client is to provide debugger functionality for Padre
|
||||
0.98 and beyond.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Debug-Client/
|
||||
WWW: http://padre.perlide.org/wiki/Projects
|
||||
|
Loading…
Reference in New Issue
Block a user