openbsd-ports/math/p5-Math-MatrixReal/Makefile
gsoares 4d3df43a86 switch back to USE_GROFF here.
there a know issue with pod2man that expects `tr' to be implemented for \*(-- to
work. its in mandoc TODO
2011-07-25 20:40:47 +00:00

21 lines
420 B
Makefile

# $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
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>