aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Spline/Makefile
blob: 2e3182484bc09fce33701c012e5c6ed96ba81545 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
# $FreeBSD$

PORTNAME=   Math-Spline
PORTVERSION=    0.02
CATEGORIES= math perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Cubic Spline Interpolation of data

RUN_DEPENDS=    p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative

PERL_CONFIGURE= yes

MAN3=       Math::Spline.3

.include <bsd.port.mk>