mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
3cc90ce6f9
PR: ports/187592 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= childprocess
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= External background process controller
|
|
|
|
RUN_DEPENDS= rubygem-ffi>=1.0.11:${PORTSDIR}/devel/rubygem-ffi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|