summaryrefslogtreecommitdiff
path: root/math/ruby-matrix/Makefile
blob: 543ce1efb21334621102264338c3f2c283a567c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"