diff options
Diffstat (limited to 'math/p5-Interpolate/Makefile')
-rw-r--r-- | math/p5-Interpolate/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/p5-Interpolate/Makefile b/math/p5-Interpolate/Makefile deleted file mode 100644 index 1707cbc564d..00000000000 --- a/math/p5-Interpolate/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:54 jtb Exp $ - -DISTNAME= Math-Interpolate-1.05 -PKGNAME= p5-Interpolate-1.05 -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" - |