efde0ba7db
Upstream changes: Release 1.30 - 14 July 2018 - Fix incorrect merging of structure (Emiliya Boyadjieva) (github 199) - Fix up compiler warnings (Jens Rehsack) (github 211) - Test against 5.28.0, 5.29.0 and some other versions - Compress and then delete old cpancover data - Clarify some docs around ignore (Olaf Alders) (github 207) - Run coverage on cpp and hpp files (Jacques Germishuys) (github 203) - Add docs for coverage of modules on command line (Slaven Rezić) (github 204) - Ignore .AppleDouble files (David Cantrell) (github 200)
25 lines
900 B
Makefile
25 lines
900 B
Makefile
# $NetBSD: Makefile,v 1.33 2018/07/20 07:36:13 wen Exp $
|
|
|
|
DISTNAME= Devel-Cover-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Cover/
|
|
COMMENT= Perl 5 module providing code coverage metrics
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-PPI-HTML>=1.07:../../textproc/p5-PPI-HTML
|
|
DEPENDS+= p5-Perl-Tidy>=20060719:../../devel/p5-Perl-Tidy
|
|
DEPENDS+= p5-Sereal-[0-9]*:../../converters/p5-Sereal
|
|
DEPENDS+= p5-Pod-Coverage>=0.06:../../textproc/p5-Pod-Coverage
|
|
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Devel/Cover/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|