aea507fecf
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: [1.02] Released on 2009-10-22 Documentation changes. META.yml "enhancements". Moved author tests out of the way of normal testing. Now requires Perl-Critic version 1.105 or newer. Fixed source code to be compliant with this version. Reported by Xavier Caron.
24 lines
684 B
Makefile
24 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/25 12:18:04 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Perl-Critic-1.02
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Perl-Critic>=1.105:../../devel/p5-Perl-Critic
|
|
|
|
BUILD_DEPENDS+= p5-Module-Build>=0.35:../../devel/p5-Module-Build
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Perl/Critic/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|