opnsense-ports/devel/rubygem-mercenary/Makefile
Franco Fichtner 895ca7412e */*: sync with upstream
Taken from: FreeBSD
2015-08-19 07:28:49 +02:00

22 lines
455 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= mercenary
PORTVERSION= 0.3.5
PORTREVISION= 1
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>