ab70660776
A mixin for creating command line applications - gives an easy DSL for argument specification and processing. Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish.
12 lines
331 B
Makefile
12 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/06/03 13:12:32 jperkin Exp $
|
|
|
|
DISTNAME= mixlib-cli-1.5.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/opscode/mixlib-cli
|
|
COMMENT= Mixin for creating command line applications
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|