1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/math/rubygem-narray_miss/Makefile
Steve Wills 100b85d303 This is an additional class of ruby with conduct processing of missing value
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>
2014-03-25 20:34:09 +00:00

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>