openbsd-ports/math/p5-Math-Derivative/Makefile
jasper 4aa01c6dfc import p5-Math-Derivative 0.01
Perform numerical first (Derivative1) and second Derivative2) order
differentiation on vectors of data.
2008-09-24 13:41:43 +00:00

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>