4d3df43a86
there a know issue with pod2man that expects `tr' to be implemented for \*(-- to work. its in mandoc TODO
28 lines
503 B
Makefile
28 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/07/25 20:40:47 gsoares Exp $
|
|
|
|
COMMENT = nonlinear least squares curve fitting
|
|
|
|
DISTNAME = Algorithm-CurveFit-1.05
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = SMUELLER
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = math/p5-Math-MatrixReal \
|
|
math/p5-Math-Symbolic
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|