diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-24 17:21:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-24 17:21:31 +0000 |
commit | 2c755e8e4a3f26f77610662d70445cdc465f34bc (patch) | |
tree | 0546e43ed8274a1f3bf1c707bf7f39cc77837b4a /devel/p5-Debug-Client | |
parent | ede88beaedc7f3baffae4a6a4bc22b776d390e54 (diff) |
Notes
Diffstat (limited to 'devel/p5-Debug-Client')
-rw-r--r-- | devel/p5-Debug-Client/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Debug-Client/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Debug-Client/pkg-descr | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/devel/p5-Debug-Client/Makefile b/devel/p5-Debug-Client/Makefile index 29c3c4d1544f..41d0fa04b070 100644 --- a/devel/p5-Debug-Client/Makefile +++ b/devel/p5-Debug-Client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Debug-Client -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@c0decafe.net COMMENT= Client for the standard Perl debugger -USE_PERL5= yes +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 + PERL_CONFIGURE= yes MAN3= Debug::Client.3 diff --git a/devel/p5-Debug-Client/distinfo b/devel/p5-Debug-Client/distinfo index 1b0ab587b13d..3842c0a85742 100644 --- a/devel/p5-Debug-Client/distinfo +++ b/devel/p5-Debug-Client/distinfo @@ -1,2 +1,2 @@ -SHA256 (Debug-Client-0.11.tar.gz) = bb18f132c74259c34f66603d5d7eaabe4be9c863a45f93c890a02cf8bea5e9bb -SIZE (Debug-Client-0.11.tar.gz) = 23506 +SHA256 (Debug-Client-0.12.tar.gz) = 70e0ce044c15d626fbafddee6b945d777aa2fb507fbd39ed0f22d35f58a1558e +SIZE (Debug-Client-0.12.tar.gz) = 30339 diff --git a/devel/p5-Debug-Client/pkg-descr b/devel/p5-Debug-Client/pkg-descr index 0470f7ecb933..6d84878b04b2 100644 --- a/devel/p5-Debug-Client/pkg-descr +++ b/devel/p5-Debug-Client/pkg-descr @@ -2,4 +2,5 @@ Client for the standard perl debugger. Debug::Client was spun off from Padre. -WWW: http://padre.perlide.org/wiki/Projects +WWW: http://search.cpan.org/dist/Debug-Client/ +WWW: http://padre.perlide.org/wiki/Projects |