diff options
Diffstat (limited to 'devel/p5-Debug-Client/Makefile')
-rw-r--r-- | devel/p5-Debug-Client/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/devel/p5-Debug-Client/Makefile b/devel/p5-Debug-Client/Makefile index 3c346d62314..6f7ac6aa002 100644 --- a/devel/p5-Debug-Client/Makefile +++ b/devel/p5-Debug-Client/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2012/09/03 11:16:22 sno Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/11 08:24:02 sno Exp $ -DISTNAME= Debug-Client-0.12 +DISTNAME= Debug-Client-0.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Debug/} @@ -11,6 +10,13 @@ HOMEPAGE= http://search.cpan.org/dist/Debug-Client/ COMMENT= Client side code for perl debugger LICENSE= ${PERL5_LICENSE} +DEPENDS+= p5-PadWalker>=1.9.2:../../devel/p5-PadWalker +DEPENDS+= p5-Term-ReadLine-Perl>=1.0303:../../devel/p5-Term-ReadLine-Perl + +BUILD_DEPENDS+= p5-Test-Class>=0.36:../../devel/p5-Test-Class +BUILD_DEPENDS+= p5-Test-Deep>=0.108:../../devel/p5-Test-Deep +BUILD_DEPENDS+= {perl>=5.14.2,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple + PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Debug/Client/.packlist |