60ca783f6c
This a meta package including Ruby 3.1 full release. It includes ruby31-base and ruby31-readline package. No package should depend on this package directly.
23 lines
612 B
Makefile
23 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.1 2022/01/16 13:59:42 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= 31
|
|
|
|
.include "../../lang/ruby/rubyversion.mk"
|
|
.include "../../lang/ruby/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|