pkgsrc/lang/ruby30/Makefile
taca 0e23ae7704 lang/ruby30: add version 3.0.0 package
This a meta package including Ruby 3.0 full release.

It includes ruby30-base, ruby30-gdbm, ruby30-fiddle and ruby30-readline
package.

No package should depend on this package directly.
2021-02-14 14:35:54 +00:00

25 lines
754 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/02/14 14:35:54 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}-gdbm>=${RUBY_VERSION}:../../databases/ruby-gdbm
DEPENDS+= ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
DEPENDS+= ${RUBY_NAME}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
RUBY_VERSIONS_ACCEPTED= 30
.include "../../lang/ruby/rubyversion.mk"
.include "../../lang/ruby/Makefile.common"
.include "../../mk/bsd.pkg.mk"