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

20 lines
370 B
Makefile
Raw Normal View History

2017-03-28 06:52:06 -04:00
# $OpenBSD: Makefile,v 1.11 2017/03/28 10:52:06 benoit Exp $
COMMENT = implement the data type "matrix of reals"
2017-03-28 06:52:06 -04:00
DISTNAME = Math-MatrixReal-2.13
CATEGORIES = math
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
PKG_ARCH = *
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>