mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add CPAN as WWW - Pass maintainership to submitter - Whlie I'm here, add BUILD_DEPENDS PR: ports/189293 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
parent
f507920150
commit
def2086b0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353400
@ -7,10 +7,14 @@ CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Cubic Spline Interpolation of data
|
||||
|
||||
RUN_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -2,3 +2,5 @@ This package provides cubic spline interpolation of numeric data. The
|
||||
data is passed as references to two arrays containing the x and y
|
||||
ordinates. It may be used as an exporter of the numerical functions or,
|
||||
more easily as a class module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Spline/
|
||||
|
Loading…
Reference in New Issue
Block a user