aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-09 11:42:39 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-09 11:42:39 +0800
commit63659eed3f72849cab76a5928d23862ba385e788 (patch)
treee07d9431ffb47641b4cb8608d45dd5bc436d387d /math
parent8363a0eb24ebce41f83ce8d72ebb7c3519204c97 (diff)
downloadfreebsd-ports-graphics-63659eed3f72849cab76a5928d23862ba385e788.tar.gz
freebsd-ports-graphics-63659eed3f72849cab76a5928d23862ba385e788.tar.zst
freebsd-ports-graphics-63659eed3f72849cab76a5928d23862ba385e788.zip
- Add LICENSE
- Add CPAN as WWW - Pass maintainership to submitter PR: ports/189307 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Derivative/Makefile5
-rw-r--r--math/p5-Math-Derivative/pkg-descr2
2 files changed, 6 insertions, 1 deletions
diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile
index 5ffe1d55c49..cbddabdfbb2 100644
--- a/math/p5-Math-Derivative/Makefile
+++ b/math/p5-Math-Derivative/Makefile
@@ -7,9 +7,12 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Numeric 1st and 2nd order differentiation
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Derivative/pkg-descr b/math/p5-Math-Derivative/pkg-descr
index 36a1e4b2611..6a2c0abac6c 100644
--- a/math/p5-Math-Derivative/pkg-descr
+++ b/math/p5-Math-Derivative/pkg-descr
@@ -5,3 +5,5 @@ ordinates of the data and return an array of the 1st or 2nd derivative
at the given x ordinates. Derivative2 may optionally be given values to
use for the first dervivative at the start and end points of the data -
otherwiswe 'natural' values are used.
+
+WWW: http://search.cpan.org/dist/Math-Derivative/