cf118ccf87
Reported by: lwhsu
19 lines
340 B
Makefile
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>
|