3aa912b66b
PR: 224773 Approved by: maintainer timeout (murashin@gfd-dennou.org, > 2 weeks)
17 lines
361 B
Makefile
17 lines
361 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= narray_miss
|
|
PORTVERSION= 1.4.0
|
|
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:math/rubygem-narray
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|