Prune x11/xpra
[dports.git] / devel / rubygem-mixlib-shellout / Makefile
1 # Created by: ndewing@experts-exchange.com
2 # $FreeBSD$
3
4 PORTNAME=       mixlib-shellout
5 PORTVERSION=    2.3.2
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     nickdewing@gmail.com
10 COMMENT=        Shell interface that also collects stdout and stderr
11
12 LICENSE=        APACHE20
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 NO_ARCH=        yes
16 USE_RUBY=       yes
17 USES=           gem
18
19 .include <bsd.port.mk>