Files

21 lines
420 B
Makefile
Raw Permalink Normal View History

2024-05-28 20:10:14 +00:00
COMMENT = control external programs
2025-01-17 17:04:12 +00:00
DISTNAME = childprocess-5.1.0
2024-05-28 20:10:14 +00:00
CATEGORIES = devel
HOMEPAGE = https://github.com/enkessler/childprocess
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
2025-01-17 17:04:12 +00:00
# Tests require coveralls gem, with gem installed:
# 70 examples, 4 failures
2024-05-28 20:10:14 +00:00
NO_TEST = Yes
MODRUBY_TEST = rspec3
.include <bsd.port.mk>