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>
|