c68caeb238
------------------------------------- 0.31 2017-07-04 - Merged PR #7 (Fix build and test failures under Perl 5.26 when '.' is not in @INC), thanks @KENTNL. 0.30 2017-06-19 - Merged PR #5 (Fixed test failure due to perl regression fix in 5.21.3), thanks @TBSliver.
24 lines
834 B
Makefile
24 lines
834 B
Makefile
# $NetBSD: Makefile,v 1.16 2017/08/22 12:19:26 mef Exp $
|
|
|
|
DISTNAME= Debug-Client-0.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Debug/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Debug/Client/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|