From f20a8652a3f094c130976a16af61dbf629f4030c Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 8 Mar 2015 16:31:42 +0000 Subject: Add ruby22 package which is meta package including ruby21-base, ruby22-gdbm, ruby22-fiddle, ruby22-readline and ruby22-tk. --- lang/ruby22/DESCR | 6 ++++++ lang/ruby22/Makefile | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 lang/ruby22/DESCR create mode 100644 lang/ruby22/Makefile (limited to 'lang/ruby22') diff --git a/lang/ruby22/DESCR b/lang/ruby22/DESCR new file mode 100644 index 00000000000..aefc34a0ceb --- /dev/null +++ b/lang/ruby22/DESCR @@ -0,0 +1,6 @@ +This a meta package including Ruby 2.2 full release. + +It includes ruby22-base, ruby22-gdbm, ruby22-fiddle, ruby22-readline and +ruby22-tk package. + +No package should depend on this package directly. diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile new file mode 100644 index 00000000000..d7930bb7052 --- /dev/null +++ b/lang/ruby22/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2015/03/08 16:31:42 taca Exp $ +# + +DISTNAME= # empty +PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION_FULL} +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 +LICENSE= 2-clause-bsd OR ruby-license + +META_PACKAGE= yes + +DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION_FULL}:${RUBY_SRCDIR} +DEPENDS+= ${RUBY_NAME}-gdbm>=${RUBY_VERSION_FULL}:../../databases/ruby-gdbm +DEPENDS+= ${RUBY_NAME}-fiddle>=${RUBY_VERSION_FULL}:../../devel/ruby-fiddle +DEPENDS+= ${RUBY_NAME}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline +DEPENDS+= ${RUBY_NAME}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk + +RUBY_VERSION_SUPPORTED= 22 + +.include "../../lang/ruby/rubyversion.mk" +.include "../../lang/ruby/Makefile.common" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3