18 lines
335 B
Makefile
18 lines
335 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:23:56 espie Exp $
|
|
|
|
COMMENT = implement the data type "matrix of reals"
|
|
DISTNAME = Math-MatrixReal-2.08
|
|
CATEGORIES = math
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= example
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|