29988b7f74
- Take maintainership - Add RG link to pkg-descr Changes: https://github.com/ahoward/open4/commits/master PR: ports/165169 Submitted by: sunpoet (myself) Approved by: arved (maintainer)
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Ports collection makefile for: rubygem-open4
|
|
# Date created: 2007-12-17
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= open4
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Open4 manages child processes and their io handles
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|