forked from Lainports/freebsd-ports
ruby2_keywords provides empty Module#ruby2_keywords method, for the forward source-level compatibility against ruby2.7 and ruby3. WWW: https://github.com/ruby/ruby2_keywords
19 lines
319 B
Makefile
19 lines
319 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby2_keywords
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Shim library for Module\#ruby2_keywords
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|