summaryrefslogtreecommitdiff
path: root/lang/ruby200
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-07-21 02:36:38 +0000
committertaca <taca@pkgsrc.org>2013-07-21 02:36:38 +0000
commitf5a086b98bd2ba9c90aab4186af9c6f0614f85a2 (patch)
tree3ee54d50dbe364c5c28e406e81c150e147d388e1 /lang/ruby200
parent5b832b43a4340524e9c3c45159dc0a554005d5ef (diff)
downloadpkgsrc-f5a086b98bd2ba9c90aab4186af9c6f0614f85a2.tar.gz
Add ruby200 package. This is a meta package for Ruby 2.0.0.
Diffstat (limited to 'lang/ruby200')
-rw-r--r--lang/ruby200/DESCR6
-rw-r--r--lang/ruby200/Makefile28
2 files changed, 34 insertions, 0 deletions
diff --git a/lang/ruby200/DESCR b/lang/ruby200/DESCR
new file mode 100644
index 00000000000..2a7f6e243ad
--- /dev/null
+++ b/lang/ruby200/DESCR
@@ -0,0 +1,6 @@
+This a meta package including Ruby 2.0.0 full release.
+
+It includes ruby200-base, ruby200-gdbm, ruby200-curses, ruby200-fiddle,
+ruby200-readline and ruby200-tk package.
+
+No package should depend on this package directly.
diff --git a/lang/ruby200/Makefile b/lang/ruby200/Makefile
new file mode 100644
index 00000000000..6b7a509963e
--- /dev/null
+++ b/lang/ruby200/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2013/07/21 02:36:38 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= gnu-gpl-v2 OR ruby-license
+
+META_PACKAGE= yes
+
+DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION_FULL}:../../lang/${RUBY_NAME}-base
+DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_FULL}:../../databases/ruby-gdbm
+DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION_FULL}:../../devel/ruby-curses
+DEPENDS+= ${RUBY_PKGPREFIX}-fiddle>=${RUBY_VERSION_FULL}:../../devel/ruby-fiddle
+DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
+DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk
+
+RUBY_VERSION_SUPPORTED= 200
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bsd.pkg.mk"