mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
16 lines
234 B
Makefile
16 lines
234 B
Makefile
COMMENT = cubic spline interpolation of data
|
|
|
|
DISTNAME = Math-Spline-0.02
|
|
CATEGORIES = math
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
TEST_DEPENDS = math/p5-Math-Derivative
|
|
|
|
.include <bsd.port.mk>
|