pkgsrc/devel/ruby-optimist/Makefile
taca 6b7a0c4951 devel/ruby-optimist: add package version 3.0.1
Required by ruby-lolcat package.


optimist

Description

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.

Features

* Dirt-simple usage.
* Single file.  Throw it in lib/ if you don't want to make it a Rubygem
  dependency.
* Sensible defaults.  No tweaking necessary, much tweaking possible.
* Support for long options, short options, subcommands, and automatic type
  validation and conversion.
* Automatic help message generation, wrapped to current screen width.

Requirements

* A burning desire to write less code.
2022-11-11 13:58:38 +00:00

14 lines
331 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/11/11 13:58:38 taca Exp $
DISTNAME= optimist-3.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ManageIQ/optimist
COMMENT= Commandline option parser for Ruby
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"