23 lines
426 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2020/07/03 21:45:15 sthen Exp $
2017-02-15 14:32:21 +00:00
COMMENT = cross-platform basic tests for scripts
2020-01-01 22:12:05 +00:00
DISTNAME = Test-Script-1.26
REVISION = 0
2017-02-15 14:32:21 +00:00
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
2017-02-15 14:32:21 +00:00
MODULES = cpan
2019-04-19 15:03:41 +00:00
RUN_DEPENDS = devel/p5-Probe-Perl>=0.01 \
sysutils/p5-Capture-Tiny
TEST_DEPENDS = devel/p5-Test2-Suite>=0.000060
2017-02-15 14:32:21 +00:00
PKG_ARCH = *
.include <bsd.port.mk>