opnsense-ports/devel/rubygem-open3_backport/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

21 lines
361 B
Makefile

# $FreeBSD$
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= ${PKGNAMEPREFIX}open4>=1.3:devel/rubygem-open4
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>