summaryrefslogtreecommitdiff
path: root/math/ruby-matrix/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-09-01 14:42:37 +0000
committertaca <taca@pkgsrc.org>2022-09-01 14:42:37 +0000
commit77a2eff048c8cb5bf0e252e442ebc2935f5cc6f0 (patch)
tree844c2a4fdf50c417223833e3b17bedf85d5d5fc3 /math/ruby-matrix/Makefile
parent088cd78ae59f0783d62e4c8f10d645214dfed0e6 (diff)
downloadpkgsrc-77a2eff048c8cb5bf0e252e442ebc2935f5cc6f0.tar.gz
math/ruby-matrix: add package 0.4.2
Add ruby-matrix package version 0.4.2 required by newer textproc/ruby-classifier-reborn package. An implementation of Matrix and Vector classes.
Diffstat (limited to 'math/ruby-matrix/Makefile')
-rw-r--r--math/ruby-matrix/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/ruby-matrix/Makefile b/math/ruby-matrix/Makefile
new file mode 100644
index 00000000000..543ce1efb21
--- /dev/null
+++ b/math/ruby-matrix/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/09/01 14:42:37 taca Exp $
+
+DISTNAME= matrix-0.4.2
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ruby/matrix
+COMMENT= Implementation of Matrix and Vector classes
+LICENSE= 2-clause-bsd OR ruby-license
+
+USE_LANGUAGES= # none
+
+# Ruby 3.1 has the same version in it.
+RUBY_VERSIONS_ACCEPTED= 27 30
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"