openbsd-ports/devel/p5-Algorithm-CurveFit/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

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>