mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
adcf4fdb75
Misc requires NArray, a multi-dimensional numeric array class for ruby. Author: Takeshi Horinouchi <horinout _at_ ees.hokudai.ac.jp> WWW: http://ruby.gfd-dennou.org/products/numru-misc/ PR: ports/190201 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
21 lines
480 B
Makefile
21 lines
480 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= numru-misc
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
COMMENT= Miscellaneous functions and classes to help Ruby programming
|
|
|
|
RUN_DEPENDS= rubygem-narray>0:${PORTSDIR}/math/rubygem-narray \
|
|
rubygem-narray_miss>0:${PORTSDIR}/math/rubygem-narray_miss
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|