openbsd-ports/devel/p5-Algorithm-CurveFit/Makefile

31 lines
641 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:25 ajacoutot Exp $
COMMENT = nonlinear least squares curve fitting
DISTNAME = Algorithm-CurveFit-1.04
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://search.cpan.org/~smueller/Algorithm-CurveFit/
MAINTAINER = Markus Bergkvist <markus.bergkvist@telia.com>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = SMUELLER
MODULES = cpan
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = math/p5-Math-MatrixReal \
math/p5-Math-Symbolic
MAKE_ENV += TEST_POD=1
CONFIGURE_STYLE = modbuild
2010-10-03 13:23:41 -04:00
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>