8f4f7a11d6
Revert update to 4.0.0. Changes are only related to Windows and selenium-webdriver gem (ruby-selenium-webdriver) require <4.0 version.
15 lines
412 B
Makefile
15 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/06/21 15:40:22 taca Exp $
|
|
|
|
DISTNAME= childprocess-3.0.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= ruby sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jarib/childprocess
|
|
COMMENT= Simple and reliable solution for controlling external programs
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|