Update ruby-posix-spawn package to 0.3.15. 0.3.15 (2020-07-14) * Fix deprecated Object#=~ call. * Fix ambiguous argument warning. * Fix circular require warning.
14 lines
368 B
Makefile
14 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/09/13 16:04:28 taca Exp $
|
|
|
|
DISTNAME= posix-spawn-0.3.15
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rtomayko/posix-spawn/
|
|
COMMENT= Ruby wrapper for the posix_spawn() system call
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|