opnsense-ports/math/rubygem-narray/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

17 lines
344 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
USES= gem
.include "${.CURDIR}/Makefile.version"
.include <bsd.port.mk>