bbb768e041
------------------- 0.18 2015-01-21 03:54:30Z - remove Moose test requires <-> Test::CleanNamespaces test recommends circular relationship (softened to suggests) 0.17 2015-01-20 03:46:46Z - skip Mouse tests if some required interfaces are not available
23 lines
787 B
Makefile
23 lines
787 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/01/28 02:02:24 mef Exp $
|
|
|
|
DISTNAME= Test-CleanNamespaces-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-CleanNamespaces/
|
|
COMMENT= Check for uncleaned imports
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-Find-Rule-Perl>=0:../../devel/p5-File-Find-Rule-Perl
|
|
DEPENDS+= p5-namespace-clean>=0:../../devel/p5-namespace-clean
|
|
DEPENDS+= p5-Role-Tiny>=0:../../devel/p5-Role-Tiny
|
|
DEPENDS+= p5-Package-Stash-XS>=0:../../devel/p5-Package-Stash-XS
|
|
|
|
BUILD_DEPENDS+= p5-Test-Warnings>=0:../../devel/p5-Test-Warnings
|
|
|
|
PERL5_PACKLIST= auto/Test/CleanNamespaces/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|