e4fb7a7ba3
Update ruby-mercenary to 0.4.0. ## 0.4.0 / 2020-01-18 ### Major Enhancements * Drop Ruby 2.3 support ### Minor Enhancements * Remove parent command's flags from subcommand usage (#44) ### Development Fixes * Adopt Jekyll's rubocop config for consistency ### Documentation * fixes the readme (#52)
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/06/07 15:26:20 taca Exp $
|
|
|
|
DISTNAME= mercenary-0.4.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jekyll/mercenary
|
|
COMMENT= Lightweight and flexible library for writing command-line apps
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|