ports/math/p5-Math-MatrixReal/Makefile

19 lines
315 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>