pkgsrc changes: - add license - tidy Upstream changes: Release 0.69 - 28th August 2010 - Correctly report on C<my $x = $y || return> and other shortcuts. - Put end to end tests in t/e2e. - Add test for regexp eval fail (Florian Ragwitz). - Fix some warnings from strict compilers (Florian Ragwitz). - Allow tests to run in parallel (Florian Ragwitz). - Test against 5.13.* development releases. - We now require Test::More to run the tests.
28 lines
846 B
Makefile
28 lines
846 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/09/03 06:01:37 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-Cover-0.70
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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}
|
|
|
|
USE_LANGUAGES+= c
|
|
|
|
DEPENDS+= p5-PPI-HTML>=1.07:../../textproc/p5-PPI-HTML
|
|
DEPENDS+= p5-Perl-Tidy>=20060719:../../devel/p5-Perl-Tidy
|
|
DEPENDS+= p5-Pod-Coverage>=0.06:../../textproc/p5-Pod-Coverage
|
|
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Devel/Cover/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|