mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
100b85d303
to NArray which is a numeric multi-dimensional array class. WWW: http://ruby.gfd-dennou.org/products/narray_miss/ PR: ports/187918 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= narray_miss
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
COMMENT= Additional class with processing of missing value to NArray
|
|
|
|
RUN_DEPENDS= rubygem-narray>0:${PORTSDIR}/math/rubygem-narray
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|