23 lines
426 B
Makefile
23 lines
426 B
Makefile
# $OpenBSD: Makefile,v 1.20 2020/07/03 21:45:15 sthen Exp $
|
|
|
|
COMMENT = cross-platform basic tests for scripts
|
|
|
|
DISTNAME = Test-Script-1.26
|
|
REVISION = 0
|
|
|
|
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>
|