aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-open4/Makefile
blob: cf83480359b3dba637840c4ef81c395bc1f7ba4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: arved
# $FreeBSD$

PORTNAME=   open4
PORTVERSION=    1.3.4
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Open4 manages child processes and their io handles

LICENSE=    BSD2CLAUSE RUBY
LICENSE_COMB=   dual

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>