freebsd-ports/devel/rubygem-childprocess/Makefile
Sunpoet Po-Chuan Hsieh c860e9e98f - Update to 0.5.9
Changes:	https://github.com/jarib/childprocess/commits/master
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:14:23 +00:00

22 lines
428 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
PORTNAME= childprocess
PORTVERSION= 0.5.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= External background process controller
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ffi>=1.0.11:${PORTSDIR}/devel/rubygem-ffi
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>