943e031de3
1.6.0 (2021-03-02) * Switch from test-unit to rspec, and update the Rakefile and gemspec accordingly. * Added a Gemfile.
12 lines
308 B
Makefile
12 lines
308 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/03/07 15:05:59 taca Exp $
|
|
|
|
DISTNAME= getopt-1.6.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/djberg96/getopt
|
|
COMMENT= Another option parsers for Ruby
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|