mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
24 lines
543 B
Makefile
24 lines
543 B
Makefile
PORTNAME= Test-Warnings
|
|
PORTVERSION= 0.033
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Test for warnings and the lack of them
|
|
WWW= https://metacpan.org/release/Test-Warnings
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \
|
|
p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
|
|
p5-Test-Kwalitee>=1.12:devel/p5-Test-Kwalitee
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|