ports/devel/p5-Test-Script/Makefile

20 lines
352 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = cross-platform basic tests for scripts
DISTNAME = Test-Script-1.29
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Probe-Perl>=0.01 \
sysutils/p5-Capture-Tiny
TEST_DEPENDS = devel/p5-Test2-Suite>=0.000060
PKG_ARCH = *
.include <bsd.port.mk>