463afd887f
external programs running in the background on any Ruby / OS combination. The code originated in the selenium-webdriver gem, but should prove useful as a standalone library. WWW: https://github.com/jarib/childprocess
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# Ports collection makefile for: childprocess
|
|
# Date created: 10 May 2012
|
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= childprocess
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= External background process controller
|
|
|
|
RUN_DEPENDS= rubygem-ffi>=1.0.6:${PORTSDIR}/devel/rubygem-ffi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|