d23786fd47
Initial addition of this package was not version 0.0.2 but 0.0.1. So, update it to really 0.0.2. pkgsrc changes: * Update HOMEPAGE. * add "USE_LANGUAGES= # none". 0.0.2 (2019-12-03) * A few bug fixes including example in README.md.
14 lines
353 B
Makefile
14 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/16 15:59:49 taca Exp $
|
|
|
|
DISTNAME= ruby2_keywords-0.0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ruby/ruby2_keywords
|
|
COMMENT= Shim library for Module\#ruby2_keywords
|
|
LICENSE= ruby-license
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|