pkgsrc/devel/ruby-getopt/Makefile
taca f4e6e10b1e Update ruby-getopt to 1.4.3.
== 1.4.3 - 7-Jan-2016
* This gem is now signed.
* The gem related tasks in the Rakefile now assume Rubygems 2.x.
* Added getopt.rb, getopt-std.rb and getopt-long.rb files for convenience.
2016-01-11 16:01:37 +00:00

12 lines
310 B
Makefile

# $NetBSD: Makefile,v 1.5 2016/01/11 16:01:37 taca Exp $
DISTNAME= getopt-1.4.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/djberg96/getopt
COMMENT= Another option parsers for Ruby
LICENSE= artistic-2.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"