aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-open3_backport/Makefile
blob: 7d26f3abe566f806583eb1fe235fef5219548697 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	open3_backport
PORTVERSION=	0.0.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	robak@FreeBSD.org
COMMENT=	Backport of Ruby 1.9's Open3 methods for Ruby 1.8

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

RUN_DEPENDS=	rubygem-open4>=1.3:devel/rubygem-open4

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>