fa2c1134eb
Packages Collection. The Perl 5 module Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process.
19 lines
559 B
Makefile
19 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:04:53 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Perl-Critic-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Perl-Critic/
|
|
COMMENT= Perl 5 module providing a Perl::Critic interface for test programs
|
|
|
|
DEPENDS+= p5-Perl-Critic>=0.21:../../devel/p5-Perl-Critic
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Perl/Critic/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|