freebsd-ports/devel/rubygem-open3_backport/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
340 B
Makefile

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>