freebsd-ports/devel/rubygem-popen4/Makefile
Steve Wills 4fce67ac9f POpen4 provides the Rubyist a single API across platforms for
executing a command in a child process with handles on stdout,
stderr, stdin streams as well as access to the process ID and exit status.

WWW: http://rubygems.org/gems/popen4

PR:		ports/157950
Submitted by:	rpsfa at rit.edu
2011-06-18 17:45:20 +00:00

24 lines
549 B
Makefile

# Ports collection makefile for: rubygem-popen4
# Date created: 2011-06-16
# Whom: rpsfa@rit.edu
#
# $FreeBSD$
PORTNAME= popen4
PORTVERSION= 0.1.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= ${GEM_NAME}
MAINTAINER= rpsfa@rit.edu
COMMENT= A cross platform API for managing child processes
RUN_DEPENDS= rubygem-open4>=0.4.0:${PORTSDIR}/devel/rubygem-open4 \
rubygem-platform>=0.4.0:${PORTSDIR}/devel/rubygem-platform
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
GEM_NAME= POpen4-${PORTVERSION}
.include <bsd.port.mk>