eb6712b43f
== 1.4.4 - 24-Mar-2018 * Fixed a deprecation warning. * Now requires Ruby 2.2 or later. * Added metadata to the gemspec. * Updated the cert.
12 lines
310 B
Makefile
12 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/03/25 15:56:00 taca Exp $
|
|
|
|
DISTNAME= getopt-1.4.4
|
|
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"
|