4d3df43a86
there a know issue with pod2man that expects `tr' to be implemented for \*(-- to work. its in mandoc TODO
21 lines
420 B
Makefile
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>
|