Prune devel/py-EnthoughtBase
[dports.git] / devel / rubygem-open3_backport / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       open3_backport
4 PORTVERSION=    0.0.3
5 CATEGORIES=     devel rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     robak@FreeBSD.org
9 COMMENT=        Backport of Ruby 1.9's Open3 methods for Ruby 1.8
10
11 LICENSE=        BSD2CLAUSE RUBY
12 LICENSE_COMB=   dual
13
14 RUN_DEPENDS=    ${PKGNAMEPREFIX}open4>=1.3:${PORTSDIR}/devel/rubygem-open4
15
16 NO_ARCH=        yes
17
18 USE_RUBY=       yes
19 USE_RUBYGEMS=   yes
20 RUBYGEM_AUTOPLIST=      yes
21
22 .include <bsd.port.mk>