freebsd-ports/devel/rubygem-childprocess/Makefile
Steve Wills 82af699697 - Update to 0.3.5
PR:		ports/170438
Approved by:	maintainer timeout (glarkin, >6 weeks)
2012-09-22 18:55:01 +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.5
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>