opnsense-ports/math/rubygem-narray/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

14 lines
299 B
Makefile

PORTNAME= narray
PORTVERSION= ${NARRAY_VERSION}
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= murashin@gfd-dennou.org
COMMENT= Numerical N-dimensional array library for Ruby
WWW= https://rubygems.org/gems/narray
USES= gem
.include "${.CURDIR}/Makefile.version"
.include <bsd.port.mk>