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

21 lines
420 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2011/07/25 20:40:47 gsoares Exp $
COMMENT = implement the data type "matrix of reals"
DISTNAME = Math-MatrixReal-2.08
CATEGORIES = math
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
2010-10-03 11:21:13 -04:00
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>