2014-03-25 21:20:23 +01:00
|
|
|
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= narray
|
2014-03-28 21:41:23 +01:00
|
|
|
PORTVERSION= ${NARRAY_VERSION}
|
2014-03-25 21:20:23 +01:00
|
|
|
CATEGORIES= math rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
|
|
COMMENT= Numerical N-dimensional array library for Ruby
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2014-03-25 21:20:23 +01:00
|
|
|
|
2014-03-28 21:41:23 +01:00
|
|
|
.include "${.CURDIR}/Makefile.version"
|
|
|
|
|
2014-03-25 21:20:23 +01:00
|
|
|
.include <bsd.port.mk>
|