openbsd-ports/devel/p5-Test-Output/Makefile
2022-03-11 18:49:30 +00:00

18 lines
307 B
Makefile

COMMENT = test output of other modules
DISTNAME = Test-Output-1.033
CATEGORIES = devel
# Artistic 2.0
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = sysutils/p5-Capture-Tiny>=0.17
TEST_DEPENDS = devel/p5-Test-Pod>=1.14 \
devel/p5-Test-Pod-Coverage>=1.04
PKG_ARCH = *
.include <bsd.port.mk>