freebsd-ports/devel/rubygem-open3/Makefile
Sunpoet Po-Chuan Hsieh 7e9d98084a Add rubygem-open3 0.1.1
Open3 gives you access to stdin, stdout, and stderr when running other programs.

WWW: https://github.com/ruby/open3
2021-01-03 20:00:52 +00:00

23 lines
388 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= open3
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Popen, but with stderr, too
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
BROKEN_RUBY25= yes
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>