lang/ruby32: add ruby32 version 3.2.0

This a meta package including Ruby 3.2 full release.

It includes ruby31-base and ruby32-readline package.

No package should depend on this package directly.
This commit is contained in:
taca 2023-01-21 13:52:02 +00:00
parent 401db95831
commit 5c0a2fe037
2 changed files with 28 additions and 0 deletions

5
lang/ruby32/DESCR Normal file
View File

@ -0,0 +1,5 @@
This a meta package including Ruby 3.2 full release.
It includes ruby31-base and ruby32-readline package.
No package should depend on this package directly.

23
lang/ruby32/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2023/01/21 13:52:02 taca Exp $
#
DISTNAME= # empty
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION}
CATEGORIES= lang ruby
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.ruby-lang.org/en/
COMMENT= Ruby programming language ${RUBY_VERSION} meta package
META_PACKAGE= yes
DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
DEPENDS+= ${RUBY_NAME}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
RUBY_VERSIONS_ACCEPTED= 32
.include "../../lang/ruby/rubyversion.mk"
.include "../../lang/ruby/Makefile.common"
.include "../../mk/bsd.pkg.mk"