16 lines
273 B
Makefile
16 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.7 2014/12/03 17:57:18 benoit Exp $
|
|
|
|
COMMENT = cubic spline interpolation of data
|
|
|
|
DISTNAME = Math-Spline-0.02
|
|
CATEGORIES = math
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = math/p5-Math-Derivative
|
|
|
|
.include <bsd.port.mk>
|