67e3478b1c
pkglint -Wall -F --only aligned --only indent go-* ruby-* No manual corrections.
18 lines
504 B
Makefile
18 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/11/03 10:00:24 rillig Exp $
|
|
|
|
DISTNAME= posix-spawn-0.3.13
|
|
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
|
|
|
|
# These platforms don't have posix_spawn().
|
|
# (doubtless there are more than just older netbsd...)
|
|
NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|