summaryrefslogtreecommitdiff
path: root/lang/ruby19
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-12 03:51:51 +0000
committertaca <taca@pkgsrc.org>2010-09-12 03:51:51 +0000
commitc54a2cc4b927efb2a20674611ad52228656533a2 (patch)
treeca8ad0bd545941a6fdcf59a6507b542501b6ece4 /lang/ruby19
parent1e910154518a36355876c89660858d649c1d852b (diff)
downloadpkgsrc-c54a2cc4b927efb2a20674611ad52228656533a2.tar.gz
Importing lang/ruby19 package, a meta package which covers ruby19-base,
ruby19-gdbm, ruby19-curses, ruby19-readline and ruby19-tk.
Diffstat (limited to 'lang/ruby19')
-rw-r--r--lang/ruby19/DESCR6
-rw-r--r--lang/ruby19/Makefile27
2 files changed, 33 insertions, 0 deletions
diff --git a/lang/ruby19/DESCR b/lang/ruby19/DESCR
new file mode 100644
index 00000000000..23525d2d920
--- /dev/null
+++ b/lang/ruby19/DESCR
@@ -0,0 +1,6 @@
+This a meta package including Ruby 1.9.1 full release.
+
+It includes ruby19-base, ruby19-gdbm, ruby19-curses, ruby19-readline
+and ruby19-tk package.
+
+No package should depend on this package directly.
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile
new file mode 100644
index 00000000000..2955a4c80e4
--- /dev/null
+++ b/lang/ruby19/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 03:51:51 taca Exp $
+#
+
+DISTNAME= # empty
+PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION_SUFFIX}
+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_SUFFIX}:../../lang/${RUBY_NAME}-base
+DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_SUFFIX}:../../databases/ruby-gdbm
+DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION_SUFFIX}:../../devel/ruby-curses
+DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_SUFFIX}:../../devel/ruby-readline
+DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION_SUFFIX}:../../x11/ruby-tk
+
+RUBY_VERSION= ${RUBY19_VERSION}
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bsd.pkg.mk"