summaryrefslogtreecommitdiff
path: root/math/p5-Math-Interpolate/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-27 23:17:22 +0000
committerjtb <jtb@pkgsrc.org>2001-04-27 23:17:22 +0000
commitee3b8857e85bd398e59aae5220e40b071ae45b70 (patch)
tree176273f182c61d6ca6da95078c8dd9e26cbea86d /math/p5-Math-Interpolate/Makefile
parentfec180220cc939efb451e6d9d7b16614a8e12168 (diff)
downloadpkgsrc-ee3b8857e85bd398e59aae5220e40b071ae45b70.tar.gz
Reimport of p5-Interpolate as p5-Math-Interpolate.
Diffstat (limited to 'math/p5-Math-Interpolate/Makefile')
-rw-r--r--math/p5-Math-Interpolate/Makefile18
1 files changed, 18 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"
+