pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ruby26



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  3 13:42:36 UTC 2019

Added Files:
        pkgsrc/lang/ruby26: Makefile

Log Message:
lang/ruby26: add ruby26 meta package

Add ruby26 meta packages covers whole extensions included in Ruby 2.6.1
release.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby26/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/lang/ruby26/Makefile
diff -u /dev/null pkgsrc/lang/ruby26/Makefile:1.1
--- /dev/null   Sun Feb  3 13:42:36 2019
+++ pkgsrc/lang/ruby26/Makefile Sun Feb  3 13:42:36 2019
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/02/03 13:42:36 taca Exp $
+#
+
+DISTNAME=      # empty
+PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION}
+CATEGORIES=    lang ruby
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+
+MAINTAINER=    taca%NetBSD.org@localhost
+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}:${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=        26
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index