Files

19 lines
343 B
Makefile
Raw Permalink Normal View History

2020-05-16 10:50:02 +00:00
PORTNAME= matrix
2021-06-21 00:06:28 +08:00
PORTVERSION= 0.4.2
2020-05-16 10:50:02 +00:00
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implementation of Matrix and Vector classes
2022-09-07 23:06:12 +02:00
WWW= https://github.com/ruby/matrix
2020-05-16 10:50:02 +00:00
2021-01-26 17:48:35 +00:00
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
2020-05-16 10:50:02 +00:00
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>