pkgsrc/devel/ruby-getopt/Makefile
taca 9d0e62e38b devel/ruby-getopt: update to 1.5.1
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.
2020-04-27 05:22:43 +00:00

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"