diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-01-03 09:46:32 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-01-03 09:46:32 +0000 |
commit | 9c8846d7d3e58c1e213e429ea1458f376cddb6c0 (patch) | |
tree | 87fc7c9d50dccbf5975723023605551c59bab578 /devel | |
parent | 5554bea48d0ff62d09cd2d77b2c81b8be7a32ecf (diff) | |
download | ports-9c8846d7d3e58c1e213e429ea1458f376cddb6c0.tar.gz ports-9c8846d7d3e58c1e213e429ea1458f376cddb6c0.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Debug-Client/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Debug-Client/distinfo | 4 |
2 files changed, 14 insertions, 13 deletions
diff --git a/devel/p5-Debug-Client/Makefile b/devel/p5-Debug-Client/Makefile index 1bd05df92a86..0671a1e7054e 100644 --- a/devel/p5-Debug-Client/Makefile +++ b/devel/p5-Debug-Client/Makefile @@ -1,23 +1,24 @@ -# New ports collection makefile for: p5-Debug-Client -# Date created: 2010-03-17 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= Debug-Client -PORTVERSION= 0.12 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= linpc@cs.nctu.edu.tw COMMENT= Client for the standard Perl debugger -BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir -RUN_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir - -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +RUN_DEPENDS= p5-File-HomeDir>=0.98:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-PadWalker>=1.92:${PORTSDIR}/devel/p5-PadWalker \ + p5-ReadLine-Perl>=1.0303:${PORTSDIR}/devel/p5-ReadLine-Perl +TEST_DEPENDS= p5-File-HomeDir>=0.98:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-PadWalker>=1.92:${PORTSDIR}/devel/p5-PadWalker \ + p5-ReadLine-Perl>=1.0303:${PORTSDIR}/devel/p5-ReadLine-Perl \ + p5-Test-Class>=0.36:${PORTSDIR}/devel/p5-Test-Class \ + p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script PERL_CONFIGURE= yes diff --git a/devel/p5-Debug-Client/distinfo b/devel/p5-Debug-Client/distinfo index 3842c0a85742..5f108c8b4cfe 100644 --- a/devel/p5-Debug-Client/distinfo +++ b/devel/p5-Debug-Client/distinfo @@ -1,2 +1,2 @@ -SHA256 (Debug-Client-0.12.tar.gz) = 70e0ce044c15d626fbafddee6b945d777aa2fb507fbd39ed0f22d35f58a1558e -SIZE (Debug-Client-0.12.tar.gz) = 30339 +SHA256 (Debug-Client-0.20.tar.gz) = a1643b3c2e9fe0a39eae975c4ca81cb0cd44dde5dc0aec07600b727ebf190913 +SIZE (Debug-Client-0.20.tar.gz) = 38741 |