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

PORTNAME=   mercenary
PORTVERSION=    0.3.6
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Lightweight and flexible library for writing command-line apps in Ruby

LICENSE=    MIT

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes
USES=       shebangfix
SHEBANG_FILES=  script/console script/examples

.include <bsd.port.mk>