diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 03:42:39 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 03:42:39 +0000 |
commit | 63659eed3f72849cab76a5928d23862ba385e788 (patch) | |
tree | e07d9431ffb47641b4cb8608d45dd5bc436d387d | |
parent | 8363a0eb24ebce41f83ce8d72ebb7c3519204c97 (diff) | |
download | FreeBSD-ports-63659eed3f72849cab76a5928d23862ba385e788.zip FreeBSD-ports-63659eed3f72849cab76a5928d23862ba385e788.tar.gz |
- Add LICENSE
- Add CPAN as WWW
- Pass maintainership to submitter
PR: ports/189307
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | math/p5-Math-Derivative/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Derivative/pkg-descr | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile index 5ffe1d5..cbddabd 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 36a1e4b2..6a2c0ab 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/ |