freebsd-ports/devel/rubygem-childprocess/Makefile
Greg Larkin 463afd887f This gem aims at being a simple and reliable solution for controlling
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
2012-05-11 01:49:38 +00:00

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>