mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
17 lines
255 B
Makefile
17 lines
255 B
Makefile
COMMENT = numerical N-dimensional Array class
|
|
|
|
DISTNAME = narray-0.6.1.2
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE= https://masa16.github.io/narray/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE =ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|