freebsd-ports/devel/p5-Test-FailWarnings/Makefile
2021-04-06 16:31:07 +02:00

21 lines
420 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
PORTNAME= Test-FailWarnings
PORTVERSION= 0.008
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Add test failures if warnings are caught
LICENSE= APACHE20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Capture-Tiny>=0.21:devel/p5-Capture-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>