aboutsummaryrefslogblamecommitdiff
path: root/math/rubygem-narray/Makefile
blob: 972031ba6c12d6152ff642be6bcc69272f50ec16 (plain) (tree)
1
2
3
4
5



                                                        
                                 










                                                              

                                      
                      
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$

PORTNAME=	narray
PORTVERSION=	${NARRAY_VERSION}
CATEGORIES=	math rubygems
MASTER_SITES=	RG

MAINTAINER=	murashin@gfd-dennou.org
COMMENT=	Numerical N-dimensional array library for Ruby

USE_RUBY=	yes
USE_RAKE=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include "${.CURDIR}/Makefile.version"

.include <bsd.port.mk>