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

31 lines
641 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:47:54 espie Exp $
COMMENT = nonlinear least squares curve fitting
DISTNAME = Algorithm-CurveFit-1.04
2010-10-03 13:23:41 -04:00
REVISION = 0
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
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>