9d0e62e38b
Update ruby-getopt to 1.5.1. == 1.5.1 - 23-Mar-2020 * Properly add a LICENSE file since the Apache-2.0 license requires it. * Added explicit .rdoc extensions to the README, CHANGES and MANIFEST files, mostly so they look nicer on github.
12 lines
308 B
Makefile
12 lines
308 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/04/27 05:22:43 taca Exp $
|
|
|
|
DISTNAME= getopt-1.5.1
|
|
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"
|