summaryrefslogtreecommitdiff
path: root/math/p5-Math-FFT/Makefile
blob: 4dc72154a13407d956e28696417f84aa2e20dbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.7 2007/02/27 09:23:45 wiz Exp $

DISTNAME=	Math-FFT-1.28
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

PERL5_PACKLIST=		auto/Math/FFT/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"