b77a2bf6a1
Upstream changes: 0.031 2021-07-13 22:13:48Z - remove unneeded develop prereqs that caused metacpan to unduly raise the river position of some dependent modules
18 lines
527 B
Makefile
18 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.24 2021/08/11 12:17:35 wen Exp $
|
|
|
|
DISTNAME= Test-Warnings-0.031
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Test-Warnings
|
|
COMMENT= Test for warnings and the lack of them
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS= p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check
|
|
|
|
PERL5_PACKLIST= auto/Test/Warnings/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|