pkgsrc/sysutils/ruby-childprocess/Makefile
rodent 008b404ed4 Import ruby200-childprocess-0.5.3 as sysutils/ruby-childprocess.
This gem aims at being a simple and reliable solution for controlling external
programmes running in the background on any Ruby/OS combination.
2014-07-04 12:30:02 +00:00

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"