openbsd-ports/math/p5-Math-MatrixReal/Makefile

19 lines
356 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2014/12/29 10:14:52 benoit Exp $
COMMENT = implement the data type "matrix of reals"
DISTNAME = Math-MatrixReal-2.12
CATEGORIES = math
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
2010-10-03 11:21:13 -04:00
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
CONFIGURE_STYLE = modbuild
TEST_DEPENDS = devel/p5-Test-Most
.include <bsd.port.mk>