aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-open4/Makefile
blob: 37330dfd8ad27cb054a630c51e3b3b36c8bb31c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>