mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
315 B
Makefile
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>
|