ports/devel/p5-Test-Output/Makefile
2023-07-06 20:52:42 +08:00

23 lines
488 B
Makefile

PORTNAME= Test-Output
PORTVERSION= 1.034
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Utilities to test STDOUT and STDERR messages
WWW= https://metacpan.org/release/Test-Output
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny \
p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>