Files
ports/devel/p5-Test-Output/Makefile
T
Sunpoet Po-Chuan Hsieh 253712d6ac Update to 1.032
- Update LICENSE
- Add LICENSE_FILE

Changes:	https://metacpan.org/changes/distribution/Test-Output
2021-02-01 19:45:38 +00:00

26 lines
499 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Test-Output
PORTVERSION= 1.032
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Utilities to test STDOUT and STDERR messages
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>