Update ruby-backports to 3.18.2. 3.18.2 - 2020-08-26 * Require per ruby version now properly requiring 2.3.0 backports for String [#152] 3.18.1 - 2020-06-23 * Fixed Changelog URI in gem manifest
14 lines
344 B
Makefile
14 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/09/13 15:16:07 taca Exp $
|
|
|
|
DISTNAME= backports-3.18.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/marcandre/backports/
|
|
COMMENT= Backports of Ruby features for older ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|