ports/devel/p5-Test-Output/Makefile

18 lines
307 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>