1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/rubygem-childprocess/Makefile
Steve Wills 3cc90ce6f9 - Update to 0.5.1
PR:		ports/187592
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-03-15 23:18:33 +00:00

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>