Add ruby-matrix package version 0.4.2 required by newer textproc/ruby-classifier-reborn package. An implementation of Matrix and Vector classes.
17 lines
426 B
Makefile
17 lines
426 B
Makefile
# $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"
|