f1507f946d
## 0.3.5 / 2014-11-12 ### Bug Fixes * Capture `OptionsParser::InvalidOption` and show a nice error message (#38) * Absolute paths for requires and autoloads (#39) ### Development Fixes * Bump to RSpec 3 (#40) ## 0.3.4 / 2014-07-11 ### Bug Fixes * Use option object as key in the command's `@map` hash (#35)
13 lines
375 B
Makefile
13 lines
375 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/02/01 14:45:18 taca Exp $
|
|
|
|
DISTNAME= mercenary-0.3.5
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=mercenary/}
|
|
COMMENT= Lightweight and flexible library for writing command-line apps
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|