summaryrefslogtreecommitdiff
path: root/math/p5-Math-FFT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-FFT/Makefile')
-rw-r--r--math/p5-Math-FFT/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile
new file mode 100644
index 00000000000..16abc1d778b
--- /dev/null
+++ b/math/p5-Math-FFT/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 12:50:38 gson Exp $
+
+DISTNAME= Math-FFT-0.25
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5fft
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= gson@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Math-FFT/
+COMMENT= Perl module to calculate Fast Fourier Transforms
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/FFT/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"