diff options
-rw-r--r-- | math/p5-Math-Interpolate/Makefile | 18 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/pkg/DESCR | 4 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/pkg/PLIST | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile new file mode 100644 index 00000000000..199c50d4655 --- /dev/null +++ b/math/p5-Math-Interpolate/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 23:17:22 jtb Exp $ + +DISTNAME= Math-Interpolate-1.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for interpolating data + +USE_PERL5= #defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Interpolate/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" + diff --git a/math/p5-Math-Interpolate/distinfo b/math/p5-Math-Interpolate/distinfo new file mode 100644 index 00000000000..492fe405eda --- /dev/null +++ b/math/p5-Math-Interpolate/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/27 23:17:22 jtb Exp $ + +SHA1 (Math-Interpolate-1.05.tar.gz) = e0ef6aaa4c678409abe8ca91e0355319ea5aea1c +Size (Math-Interpolate-1.05.tar.gz) = 44323 bytes diff --git a/math/p5-Math-Interpolate/pkg/DESCR b/math/p5-Math-Interpolate/pkg/DESCR new file mode 100644 index 00000000000..e45559f2bd7 --- /dev/null +++ b/math/p5-Math-Interpolate/pkg/DESCR @@ -0,0 +1,4 @@ +Math::Interpolate + +This module contains several useful routines for interpolating data +sets and finding where a given value lies in a sorted list. diff --git a/math/p5-Math-Interpolate/pkg/PLIST b/math/p5-Math-Interpolate/pkg/PLIST new file mode 100644 index 00000000000..c6580c0507e --- /dev/null +++ b/math/p5-Math-Interpolate/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 23:17:22 jtb Exp $ |