blob: 72521e35cbb77f7bcdb6aed6c06167e9fc17af15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
PORTNAME= narray
PORTVERSION= ${NARRAY_VERSION}
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= murashin@gfd-dennou.org
COMMENT= Numerical N-dimensional array library for Ruby
USE_RUBY= yes
USES= gem
.include "${.CURDIR}/Makefile.version"
.include <bsd.port.mk>
|