ports/devel/rubygem-childprocess41/Makefile
Romain Tartière 745e7f3af0
devel/rubygem-childprocess41: New port
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.
2024-04-19 09:38:48 -10:00

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>