19 lines
315 B
Makefile
19 lines
315 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:59 sthen Exp $
|
|
|
|
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>
|