freebsd-ports/devel/rubygem-open3_backport/Makefile
Bartek Rutkowski 8759475db9 Update maintainer address to robak@FreeBSD.org in multiple ports:
- devel/py-configparser
- devel/py-durus
- devel/py-geotypes
- devel/rubygem-deep_merge
- devel/rubygem-librarian
- devel/rubygem-open3_backport
- sysutils/mcollective-nrpe-agent
- sysutils/mnrpes
- sysutils/rubygem-librarian-puppet

Approved by:	swills (mentor)
2014-06-25 08:04:23 +00:00

20 lines
389 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:${PORTSDIR}/devel/rubygem-open4
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>