freebsd-ports/devel/rubygem-optimist/Makefile
Sunpoet Po-Chuan Hsieh fdab6ac83e Add rubygem-optimist 3.0.0
Optimist is a commandline option parser for Ruby that just gets out of your way.
One line of code per option is all you need to write. For that, you get a nice
automatically-generated help page, robust option parsing, and sensible defaults
for everything you don't specify.

WWW: https://manageiq.github.io/optimist/
2018-09-05 23:03:55 +00:00

19 lines
301 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= optimist
PORTVERSION= 3.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= commandline option parser for Ruby
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>