summaryrefslogtreecommitdiff
path: root/math/p5-Interpolate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Interpolate/Makefile')
-rw-r--r--math/p5-Interpolate/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/p5-Interpolate/Makefile b/math/p5-Interpolate/Makefile
new file mode 100644
index 00000000000..fea81c7b8ce
--- /dev/null
+++ b/math/p5-Interpolate/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/10 04:22:11 jtb Exp $
+
+DISTNAME= Math-Interpolate-1.05
+PKGNAME= p5-Interpolate-1.05
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= jtb@netbsd.org
+
+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"
+