1
0
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

PR:		ports/189307
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-09 03:42:39 +00:00
parent 810fcc21c1
commit 413ca35874
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353412
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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/