openbsd-ports/math/p5-Math-MatrixReal/Makefile
2022-03-11 19:36:11 +00:00

19 lines
315 B
Makefile

COMMENT = implement the data type "matrix of reals"
DISTNAME = Math-MatrixReal-2.13
CATEGORIES = math
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
CONFIGURE_STYLE = modbuild
TEST_DEPENDS = devel/p5-Test-Most
.include <bsd.port.mk>