Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / p5-Math-Spline / Makefile
1 # Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
2 # $FreeBSD$
3
4 PORTNAME=       Math-Spline
5 PORTVERSION=    0.02
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     5u623l20@gmail.com
11 COMMENT=        Cubic Spline Interpolation of data
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>