freebsd-ports/math/rubygem-narray/Makefile
2021-04-06 16:31:07 +02:00

16 lines
332 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
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>