f4e6e10b1e
== 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.
12 lines
310 B
Makefile
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"
|