mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
10bafd32e6
forgot to update when updating alongside with sysutils/ruby-pdk mistake pointed out by naddy@
21 lines
420 B
Makefile
21 lines
420 B
Makefile
COMMENT = control external programs
|
|
|
|
DISTNAME = childprocess-5.1.0
|
|
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
|
|
|
|
# Tests require coveralls gem, with gem installed:
|
|
# 70 examples, 4 failures
|
|
NO_TEST = Yes
|
|
MODRUBY_TEST = rspec3
|
|
|
|
.include <bsd.port.mk>
|