2011-07-25 20:40:47 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/07/25 20:40:47 gsoares Exp $
|
2009-06-12 17:06:32 +00:00
|
|
|
|
|
|
|
COMMENT = nonlinear least squares curve fitting
|
|
|
|
|
2011-07-20 17:25:10 +00:00
|
|
|
DISTNAME = Algorithm-CurveFit-1.05
|
2009-06-12 17:06:32 +00:00
|
|
|
CATEGORIES = devel
|
2011-07-25 20:40:47 +00:00
|
|
|
USE_GROFF = Yes
|
2009-06-12 17:06:32 +00: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 19:45:56 +00:00
|
|
|
RUN_DEPENDS = math/p5-Math-MatrixReal \
|
|
|
|
math/p5-Math-Symbolic
|
2009-06-12 17:06:32 +00:00
|
|
|
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
|
2010-10-03 17:23:41 +00:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
2009-06-12 17:06:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|