aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-shellany/Makefile
blob: 49a9fbe5e8f3010e40e8ec2f96fc2847ed33d664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   shellany
PORTVERSION=    0.0.1
CATEGORIES= sysutils rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    MRI+JRuby compatible command output capturing

LICENSE=    MIT

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>