mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c25f75e2d9
Requested by: marino
20 lines
388 B
Makefile
20 lines
388 B
Makefile
# 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>
|