mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
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.
20 lines
354 B
Makefile
20 lines
354 B
Makefile
PORTNAME= childprocess
|
|
PORTVERSION= 4.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 41
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= External background process controller
|
|
WWW= https://github.com/enkessler/childprocess
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^4\.1\.
|
|
|
|
.include <bsd.port.mk>
|