2011-07-25 16:40:47 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/07/25 20:40:47 gsoares Exp $
|
2009-06-12 13:06:32 -04:00
|
|
|
|
|
|
|
COMMENT = nonlinear least squares curve fitting
|
|
|
|
|
2011-07-20 13:25:10 -04:00
|
|
|
DISTNAME = Algorithm-CurveFit-1.05
|
2009-06-12 13:06:32 -04:00
|
|
|
CATEGORIES = devel
|
2011-07-25 16:40:47 -04:00
|
|
|
USE_GROFF = Yes
|
2009-06-12 13:06:32 -04:00
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
CPAN_AUTHOR = SMUELLER
|
|
|
|
|
|
|
|
MODULES = cpan
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS = math/p5-Math-MatrixReal \
|
|
|
|
math/p5-Math-Symbolic
|
2009-06-12 13:06:32 -04:00
|
|
|
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
|
2010-10-03 13:23:41 -04:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
2009-06-12 13:06:32 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|