openbsd-ports/math/p5-Math-MatrixReal/Makefile
2010-10-18 20:52:05 +00:00

23 lines
534 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/10/18 20:52:06 espie Exp $
COMMENT = implement the data type "matrix of reals"
DISTNAME = Math-MatrixReal-2.05
CATEGORIES = math
HOMEPAGE = http://search.cpan.org/~leto/Math-MatrixReal/
MAINTAINER = Markus Bergkvist <markus.bergkvist@telia.com>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
CONFIGURE_STYLE = modbuild
USE_GROFF = Yes
.include <bsd.port.mk>