4aa01c6dfc
Perform numerical first (Derivative1) and second Derivative2) order differentiation on vectors of data.
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/24 13:41:43 jasper Exp $
|
|
|
|
COMMENT = numeric 1st and 2nd order differentiation
|
|
|
|
DISTNAME = Math-Derivative-0.01
|
|
CATEGORIES = math
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|