diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-02-20 11:26:20 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-02-20 11:26:20 +0000 |
commit | e7d6561b71b8909055931d96162390e098acc656 (patch) | |
tree | 9329d1293eb7cc1229629acad67dd9f47cd3c55a /math/p5-Math-Derivative | |
parent | 994aab015bcdaa24abb3ffcf526f6b3eb05265bb (diff) | |
download | pkgsrc-e7d6561b71b8909055931d96162390e098acc656.tar.gz |
Import math/p5-Math-Derivative.
Numeric 1st and 2nd order differentiation.
Diffstat (limited to 'math/p5-Math-Derivative')
-rw-r--r-- | math/p5-Math-Derivative/DESCR | 1 | ||||
-rw-r--r-- | math/p5-Math-Derivative/Makefile | 16 | ||||
-rw-r--r-- | math/p5-Math-Derivative/distinfo | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/math/p5-Math-Derivative/DESCR b/math/p5-Math-Derivative/DESCR new file mode 100644 index 00000000000..bf82396784c --- /dev/null +++ b/math/p5-Math-Derivative/DESCR @@ -0,0 +1 @@ +Numeric 1st and 2nd order differentiation. diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile new file mode 100644 index 00000000000..56ffad593ae --- /dev/null +++ b/math/p5-Math-Derivative/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2014/02/20 11:26:20 fhajny Exp $ + +DISTNAME= Math-Derivative-0.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-Derivative +COMMENT= Numeric 1st and 2nd order differentiation +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Math/Derivative/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Derivative/distinfo b/math/p5-Math-Derivative/distinfo new file mode 100644 index 00000000000..b9b7753573f --- /dev/null +++ b/math/p5-Math-Derivative/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/02/20 11:26:20 fhajny Exp $ + +SHA1 (Math-Derivative-0.01.tar.gz) = c116497d1930b4e94a3a393a6cffac2d655ffd61 +RMD160 (Math-Derivative-0.01.tar.gz) = 43ed646d13bb14aed6d2c0e20b2cad39a63c08c1 +Size (Math-Derivative-0.01.tar.gz) = 1935 bytes |