mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
305 B
Makefile
19 lines
305 B
Makefile
COMMENT = cross-platform basic tests for scripts
|
|
|
|
DISTNAME = Test-Script-1.31
|
|
|
|
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
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|