008b404ed4
This gem aims at being a simple and reliable solution for controlling external programmes running in the background on any Ruby/OS combination.
17 lines
468 B
Makefile
17 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/07/04 12:30:02 rodent Exp $
|
|
|
|
DISTNAME= childprocess-0.5.3
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= ruby sysutils
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://github.com/jarib/childprocess
|
|
COMMENT= Simple and reliable solution for controlling external programs
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.0.11:../../devel/ruby-ffi
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|