pkgsrc/devel/ruby-getopt/Makefile
taca 943e031de3 devel/ruby-getopt: update to 1.6.0
1.6.0 (2021-03-02)

* Switch from test-unit to rspec, and update the Rakefile and gemspec
  accordingly.
* Added a Gemfile.
2021-03-07 15:05:59 +00:00

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"