blob: 88211faf65959b29eb38f61a15d2a4408533a48f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= narray
PORTVERSION= ${NARRAY_VERSION}
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= murashin@gfd-dennou.org
COMMENT= Numerical N-dimensional array library for Ruby
WWW= https://rubygems.org/gems/narray
USES= gem
.include "${.CURDIR}/Makefile.version"
.include <bsd.port.mk>
|