aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-narray/Makefile
blob: 972031ba6c12d6152ff642be6bcc69272f50ec16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>